diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-08-03 22:56:11 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-08-03 23:35:18 +0200 |
commit | 2d2a7dec7d8bea0c456e4598f73c24e4b5635c24 (patch) | |
tree | efb295948df97b7af2c86f1334b895f8ff305d7b /mobile | |
parent | 58b45443e8fa22d027d14e6c991da9ee4c30d3f3 (diff) |
Label some mobile battle screen functions
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_40.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index 434615490..94deea219 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -1689,7 +1689,7 @@ Unknown_100b0a: popc -Function100b12: +Mobile_LoadBattleMenu: call Function100dd8 ret c ld hl, BattleMenuHeader @@ -1747,7 +1747,7 @@ Function100b7a: set 7, [hl] ret -MobileMoveSelectionScreen: +Mobile_MoveSelectionScreen: xor a ld [wMoveSwapBuffer], a farcall CheckPlayerHasUsableMoves |