You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Persist level selection menu landmark when coming back (#12)
This commit is contained in:
@@ -2543,6 +2543,8 @@ wRepelEffect:: db ; If a Repel is in use, it contains the nr of steps it's still
|
||||
wBikeStep:: dw
|
||||
wKurtApricornQuantity:: db
|
||||
|
||||
wCurLevel:: db
|
||||
wDefaultLevelSelectionMenuLandmark:: db
|
||||
wCurOverworldMiscPal:: db
|
||||
|
||||
wPlayerDataEnd::
|
||||
@@ -2571,7 +2573,6 @@ wYCoord:: db
|
||||
wXCoord:: db
|
||||
wScreenSave:: ds SCREEN_META_WIDTH * SCREEN_META_HEIGHT
|
||||
|
||||
wCurLevel:: db
|
||||
wCurTurn:: dw
|
||||
wCurSpace:: db
|
||||
wCurLevelCoins:: ds 3
|
||||
|
Reference in New Issue
Block a user