summaryrefslogtreecommitdiff
path: root/asm/crt0.s
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-02-15 16:25:21 -0500
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-02-15 13:25:21 -0800
commit9a80b550f0adc7faad4a323f3c7baeb2f9de6102 (patch)
tree217cd0c46a129fe9b62b3dddef0edeca77cd513c /asm/crt0.s
parent79c7922c23c407aea4f563fea37b196fbf7e85cf (diff)
finish decompiling main.c (#17)
* partially decompile battle_ai.c up to tai60_unk * nonmatching tai60_unk * decompile more of battle_ai.c * formatting * finish porting battle_ai.c * formatting * decompile up to nonmatching VBlankIntr * finish decompiling main.c * formatting
Diffstat (limited to 'asm/crt0.s')
-rw-r--r--asm/crt0.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/crt0.s b/asm/crt0.s
index a65ae1b7e..14675fe4c 100644
--- a/asm/crt0.s
+++ b/asm/crt0.s
@@ -128,7 +128,7 @@ IntrMain_FoundIntr:
bic r3, r3, PSR_I_BIT | PSR_F_BIT | PSR_MODE_MASK
orr r3, r3, PSR_SYS_MODE
msr cpsr_cf, r3
- ldr r1, =gUnknown_03002710
+ ldr r1, =gIntrTable
add r1, r1, r12
ldr r0, [r1]
stmdb sp!, {lr}