diff options
author | YamaArashi <shadow962@live.com> | 2016-01-29 04:16:15 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-29 19:20:50 -0800 |
commit | 8eee267d859e41a1c8411b588205bb7a146a9d06 (patch) | |
tree | 7f287860b6524b9e38bf0d52cca2fdf12de457a6 /data/script_cmd_table.s | |
parent | fa17518829114d27ddc156899eb4a6df2310bafc (diff) |
tileset anim callbacks
Diffstat (limited to 'data/script_cmd_table.s')
-rw-r--r-- | data/script_cmd_table.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/script_cmd_table.s b/data/script_cmd_table.s index 64a8c5ce9..bbda75ebc 100644 --- a/data/script_cmd_table.s +++ b/data/script_cmd_table.s @@ -1,7 +1,7 @@ .align 2 gScriptCmdTable: ; 814AE30 - .4byte sub_806586C + .4byte s00_nop .4byte sub_8065870 .4byte s02_end .4byte s03_return @@ -200,4 +200,4 @@ gScriptCmdTable: ; 814AE30 .4byte sC4_unknown .4byte sub_8067BFC gScriptCmdTableEnd: - .4byte sub_806586C + .4byte s00_nop |