Conversation Between Blah and Bela
Showing Visitor Messages 1 to 15 of 21
-
September 2nd, 2015 5:39 PMBlahOh, probably the wrong flag check function then :P
I'm not getting that Bela. Try again with the freeze thing. I see a block of ice around him every time he tries to use an attack (with the ROM you sent me). I haven't tried the other animations though -
September 2nd, 2015 4:34 PMBelaIt wasn't the flag, Touched discovered you used an improper offset somewhere in the routine.
As far as animations go, no. Freeze doesn't animate for the player or for the opponent. Maybe you're using it in the context of when an attack freezes, not one of the routines. I've said this before--regular cases of inducing status work just fine, it's the routines in question which give any statuses that aren't sleep or toxic poison this strange issue. -
September 1st, 2015 7:04 PMBlahI did .tell you everything. Basically the flag was bad. I disabled the flag check and it worked fine. No, I don't really use any irc or use the Rom hacking one often enough for me to want to download one :P
As for the animations, freeze works :o -
September 1st, 2015 5:03 PMBelaJust missed you on there. Anyway, Touched was able to fix the routine so the opponent can now be statused by it. The strange situation with regular poison/burn/paralysis/freeze not animating still exists though. Not sure why that happens. He said he'd have to talk to you about it. Have you ever considered getting an irc client and then getting something that could log for you when you sign back in? That'd be pretty helpful for communicating!
-
August 31st, 2015 2:49 PMBelacome to the irc yo
-
August 31st, 2015 11:53 AMBlahSpoiler:
.text
.align 2
.thumb
.thumb_func
main:
ldr r0, =(0x800FE24 +1)
bl linkerZero
push {r0-r4}
mov r0, #0x8E
ldr r3, =(0x806E680 +1)
bl linker
cmp r0, #0x0
beq end
mov r4, #0x0
loop:
cmp r4, #0x6
beq end
ldr r0, OppParty
mov r2, #0x64
mul r2, r2, r4
add r0, r0, r2
mov r1, #0x37
ldr r2, var
ldr r3, encrypter
bl linker
add r4, r4, #0x1
b loop
end:
pop {r0-r4}
ldr r1, [r4]
mov r0, #0x2
and r0, r1
ldr r2, =(0x800FDE2 +1)
bx r2
linker:
bx r3
linkerZero:
bx r0
.align 2
var:
.word 0x20370C0
OppParty:
.word 0x202402C
encrypter:
.word 0x804037C +1
Try this, new hook location is 0x800FDD8. Same byte changes just at that location. Chance of working is low because I haven't tested, but maybe it works :D -
August 30th, 2015 5:23 PMBelaI've tested that further and have come to the conclusion that the non-animation IS specific to that asm. Somehow, it's setting the conditions and they all function properly (the poison/burn/freeze/paralysis message will show up, damage will be taken for poison/burn), it just won't show any animation in that specific context for those conditions. Strange.
-
August 30th, 2015 5:20 AMBlahAlrighty, I'll take a look at the AI one. As for the animations, I have no clue :x
-
August 29th, 2015 7:56 PMBela.tell FBI so the player status ASM works with the exception that paralysis, burn, poison, and freeze have no animations (while all variations of sleep and toxic poison did); the ai status asm appears to not do anything at all
-
August 28th, 2015 8:42 PMBelaI'll .tell you all the details on the irc so you know what's up
-
August 28th, 2015 8:16 PMBlahI'll get to it tommorow, will .tell you a link on irc or something idk.
-
August 28th, 2015 5:49 PMBelaIf not I'll just say here: I'll take you up on your offer for status routines. I don't believe the ones I have are going to serve their purpose for me.
-
August 28th, 2015 5:38 PMBelaHey man, can you get on the irc?
-
December 25th, 2014 9:10 AMBlahBela, TeamFail says you have the IP to irc. Gief pls :D
Also Merry Christmas. -
March 1st, 2013 4:39 PMBlahYup, this is how the random command in a script does it. You can copy and modify it somewhere to fit what you need.


