I want to just make a simple ASM where i put the index of a pokemon in the party into 0x8001 then i get the species of that pokemon written into 0x800D (or LASTRESULT), this is what i have:
.text
.align 2
.thumb
.thumb_func
main:
push {r0-r4, lr} @I'm using 4 registers, I think this should be...