diff options
author | red031000 <rubenru09@aol.com> | 2020-08-28 22:52:47 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-08-28 22:52:47 +0100 |
commit | 4796bbd59aefd0ee3c0d93744813b66e0e891cec (patch) | |
tree | fd70d95dd26c3a63dcef82a50248762452aee001 /asm/data.s | |
parent | f126cb745e28b9cd6f388f9c8320af97eb04257b (diff) |
resolve jump table
Diffstat (limited to 'asm/data.s')
-rw-r--r-- | asm/data.s | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -74,12 +74,16 @@ lbl_80405E50: .balign 4, 0 .global lbl_80405E64 -lbl_80405E64: - .incbin "baserom.dol", 0x401F64, 0x1C -.global lbl_80405E80 +lbl_80405E64: # jump table + .4byte lbl_80009E6C, lbl_80009E7C, lbl_80009E8C, lbl_80009E9C + .4byte lbl_80009EAC, lbl_80009EBC, lbl_80009ECC + + .global lbl_80405E80 lbl_80405E80: - .incbin "baserom.dol", 0x401F80, 0x18 -.global lbl_80405E98 + .asciz "/HomeButtonSe.brsar" + + .balign 8, 0 + .global lbl_80405E98 lbl_80405E98: .incbin "baserom.dol", 0x401F98, 0xC .global lbl_80405EA4 |