diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-04 21:55:27 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-04 21:55:27 -0400 |
commit | 52559f4c165f0ad4dd8bdff838c1dbdea9e93aa7 (patch) | |
tree | 2b8537ef2909c976146fff2fbeaed2cc01536925 /data | |
parent | 9975ba7211cc91dc7fddec5f423ed3c42fc0d064 (diff) |
decompile script.c
Diffstat (limited to 'data')
-rw-r--r-- | data/data.s | 2 | ||||
-rw-r--r-- | data/event_scripts.s | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/data.s b/data/data.s index 746e82819..6f5459f4f 100644 --- a/data/data.s +++ b/data/data.s @@ -1464,7 +1464,7 @@ gUnknown_83A7240:: @ 83A7240 .asciz "0" .align 2 -gUnknown_83A7244:: @ 83A7244 +gNullScriptPtr:: @ 83A7244 .incbin "baserom.gba", 0x3A7244, 0x4 gUnknown_83A7248:: @ 83A7248 diff --git a/data/event_scripts.s b/data/event_scripts.s index 1af9edab1..6bfa500cc 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1,9 +1,9 @@ .section script_data, "aw", %progbits -gUnknown_815F9B4:: @ 815F9B4 +gScriptCmdTable:: @ 815F9B4 .incbin "baserom.gba", 0x15F9B4, 0x354 -gUnknown_815FD08:: @ 815FD08 +gScriptCmdTableEnd:: @ 815FD08 .incbin "baserom.gba", 0x15FD08, 0x4 gUnknown_815FD0C:: @ 815FD0C |