Lance Koijer 2.0
Lance Koijer
- 105
- Posts
- 7
- Years
- Criscanto Town
- Seen Jan 31, 2024
Hello guys!
I was trying to call a Battle Script from the routine I am working using this:
I found 0x0801BC25 used most of the time in routines that call a Battle Script..
However, when I tried to apply it to in my routine, nothing changes... as in NOTHING.
Can someone point out to me what I am doing wrong? I also tried some addresses that were used in other routines with the same format but it's either nothing happens or it crashes the game...
Also, the codes before and after that are functioning when those lines were erased.
I was trying to call a Battle Script from the routine I am working using this:
Code:
...
ldr r0, =0x8800000 //Pointer to battlescript//
bl linker
...
Linker:
ldr r1, =0x801BC25
bx r1
...
I found 0x0801BC25 used most of the time in routines that call a Battle Script..
However, when I tried to apply it to in my routine, nothing changes... as in NOTHING.
Can someone point out to me what I am doing wrong? I also tried some addresses that were used in other routines with the same format but it's either nothing happens or it crashes the game...
Also, the codes before and after that are functioning when those lines were erased.