diff options
| author | YamaArashi <shadow962@live.com> | 2016-01-28 15:44:31 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-01-28 15:44:31 -0800 |
| commit | d433f64c3717442c4363bb85ff2fbe3be974c496 (patch) | |
| tree | 246bf92bee7a80e6f60f628e1f13f6f23d632ab8 /asm | |
| parent | c226f6cd4d8fc36052d59043f7c25eacb3c2ee1a (diff) | |
script command table
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/rom.s | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -207605,8 +207605,8 @@ script_env_1_init: ; 8065554 bx r0 .align 2 _0806556C: .4byte 0x030005b8 -_08065570: .4byte gUnknown_0814AE30 -_08065574: .4byte gUnknown_0814B148 +_08065570: .4byte gScriptCmdTable +_08065574: .4byte gScriptCmdTableEnd _08065578: .4byte 0x030005b0 thumb_func_end script_env_1_init @@ -207663,8 +207663,8 @@ script_env_1_execute_new_script: ; 80655B8 bx r0 .align 2 _080655E0: .4byte 0x030005b8 -_080655E4: .4byte gUnknown_0814AE30 -_080655E8: .4byte gUnknown_0814B148 +_080655E4: .4byte gScriptCmdTable +_080655E8: .4byte gScriptCmdTableEnd _080655EC: .4byte 0x030005b0 thumb_func_end script_env_1_execute_new_script @@ -207715,8 +207715,8 @@ _08065628: bx r0 .align 2 _0806563C: .4byte 0x03000630 -_08065640: .4byte gUnknown_0814AE30 -_08065644: .4byte gUnknown_0814B148 +_08065640: .4byte gScriptCmdTable +_08065644: .4byte gScriptCmdTableEnd thumb_func_end script_env_2_execute_new_script thumb_func_start mapheader_get_tagged_pointer |
