diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-19 03:14:17 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-19 03:14:17 +0800 |
commit | e48725d9b54ed9f71f65c3ba5577cffa8f4887d1 (patch) | |
tree | d5f737251666df1642aebd8ffc311bb5e07d7a9d /asm/battle_controller_pokedude.s | |
parent | 34b440a3584d4d2c6d4f28cb4d8bf77efb734bc3 (diff) |
document battle_setup symbols
Diffstat (limited to 'asm/battle_controller_pokedude.s')
-rw-r--r-- | asm/battle_controller_pokedude.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/battle_controller_pokedude.s b/asm/battle_controller_pokedude.s index e241b21b2..42daef8de 100644 --- a/asm/battle_controller_pokedude.s +++ b/asm/battle_controller_pokedude.s @@ -10,8 +10,8 @@ nullsub_99: @ 81560A0 bx lr thumb_func_end nullsub_99 - thumb_func_start SetControllerToPokedude -SetControllerToPokedude: @ 81560A4 + thumb_func_start SetControllerToPokeDude +SetControllerToPokeDude: @ 81560A4 ldr r1, _081560C8 @ =gBattlerControllerFuncs ldr r0, _081560CC @ =gActiveBattler ldrb r0, [r0] @@ -36,7 +36,7 @@ _081560CC: .4byte gActiveBattler _081560D0: .4byte sub_81560DC _081560D4: .4byte gBattleStruct _081560D8: .4byte gSpecialVar_0x8004 - thumb_func_end SetControllerToPokedude + thumb_func_end SetControllerToPokeDude thumb_func_start sub_81560DC sub_81560DC: @ 81560DC |