You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Identify some uses of wBuffer1-6 in new Crystal code
This commit is contained in:
@@ -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
|
||||
|
@@ -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?
|
||||
|
Reference in New Issue
Block a user