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 | |
parent | 58b45443e8fa22d027d14e6c991da9ee4c30d3f3 (diff) |
Label some mobile battle screen functions
-rw-r--r-- | engine/battle/core.asm | 4 | ||||
-rw-r--r-- | mobile/mobile_40.asm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 0cbdd66fe..cc7ef2e37 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -4920,7 +4920,7 @@ LoadBattleMenu2: ret .mobile - farcall Function100b12 + farcall Mobile_LoadBattleMenu ld a, [wcd2b] and a ret z @@ -5311,7 +5311,7 @@ CheckAmuletCoin: MoveSelectionScreen: call IsMobileBattle jr nz, .not_mobile - farcall MobileMoveSelectionScreen + farcall Mobile_MoveSelectionScreen ret .not_mobile 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 |