diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-20 00:24:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-20 00:24:06 -0500 |
| commit | ae5aa3c4dfd81fc25e5abeef1b915bb2da68b8d1 (patch) | |
| tree | 65fffe2899c0e3fa8dbfbff18b29b7f3bd44aa6c /data/event_scripts.s | |
| parent | bc82b539163636d37159aef9e92934e2cba4fb9a (diff) | |
| parent | 70eaf5d1bec20b9b965e4904cffad2a012a5d7ec (diff) | |
Merge pull request #86 from PikalaxALT/special_ptr_table
Decompile special pointers
Diffstat (limited to 'data/event_scripts.s')
| -rw-r--r-- | data/event_scripts.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 0f6ea494e..ad1216b91 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -12,8 +12,7 @@ gScriptCmdTableEnd:: @ 81DBA08 gSpecialVars:: @ 81DBA0C .incbin "baserom.gba", 0x1dba0c, 0x58 -gSpecials:: @ 81DBA64 - .incbin "baserom.gba", 0x1dba64, 0x83c + .include "data/specials.inc" gStdScripts:: @ 81DC2A0 .incbin "baserom.gba", 0x1dc2a0, 0x2c |
