Hi folks,
I'm writing a simple ASM routine that will call the functions in Fire Red. So far, my code looks like this...
.text
.align 2
.thumb
.thumb_func
main:
push {r0-r7, lr}
ldr r4, battleCheck
ldrh r4, [r4]
cmp r4, #0x0
bne end
ldr r3, callback
ldr r3, [r3]
ldr r4, mainloop
cmp...