diff options
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_40.asm | 2 | ||||
-rw-r--r-- | mobile/mobile_41.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index b22302ec5..ec5432621 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -1870,7 +1870,7 @@ Mobile_MoveSelectionScreen: ld bc, NUM_MOVES call CopyBytes ld a, SCREEN_WIDTH * 2 - ld [wBuffer1], a + ld [wListMovesLineSpacing], a hlcoord 2, 10 predef ListMoves ret diff --git a/mobile/mobile_41.asm b/mobile/mobile_41.asm index c782087cf..121c38fda 100644 --- a/mobile/mobile_41.asm +++ b/mobile/mobile_41.asm @@ -37,7 +37,7 @@ StubbedTrainerRankings_MagikarpLength: ret ld a, BANK(sTrainerRankingLongestMagikarp) call OpenSRAM - ld de, wBuffer1 + ld de, wMagikarpLength ld hl, sTrainerRankingLongestMagikarp ; Is this Magikarp the longest measured? |