diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 12:36:11 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 12:36:11 +0100 |
commit | 0bc7fb92db8658c461f81ef57bc9bc4f3ee80c7b (patch) | |
tree | 79bbcc7c5e1794a0f89152d9cb0a687aeed4c55b /asm/battle_tower.s | |
parent | 24e0edee9f428a68715c47051ebba3cda5a3e5a7 (diff) |
start decompiling mystery event script
Diffstat (limited to 'asm/battle_tower.s')
-rwxr-xr-x | asm/battle_tower.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/battle_tower.s b/asm/battle_tower.s index 96769dcbf..b5b06c4e1 100755 --- a/asm/battle_tower.s +++ b/asm/battle_tower.s @@ -5898,8 +5898,8 @@ _08165294: .pool thumb_func_end GetEreaderTrainerName - thumb_func_start sub_81652B4 -sub_81652B4: @ 81652B4 + thumb_func_start ValidateEReaderTrainer +ValidateEReaderTrainer: @ 81652B4 push {r4-r6,lr} ldr r2, =gSpecialVar_Result movs r0, 0 @@ -5951,7 +5951,7 @@ _08165316: pop {r0} bx r0 .pool - thumb_func_end sub_81652B4 + thumb_func_end ValidateEReaderTrainer thumb_func_start sub_8165328 sub_8165328: @ 8165328 |