You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
11
ram/wram.asm
11
ram/wram.asm
@@ -711,13 +711,6 @@ wOverworldMapBlocks:: ds 1300
|
||||
wOverworldMapBlocksEnd::
|
||||
|
||||
|
||||
SECTION UNION "Overworld Map", WRAM0
|
||||
|
||||
; temporary list of unlocked levels during post-level screen
|
||||
wNumTempUnlockedLevels:: db
|
||||
wTempUnlockedLevels:: ds NUM_LEVELS
|
||||
|
||||
|
||||
SECTION UNION "Overworld Map", WRAM0
|
||||
|
||||
; GB Printer data
|
||||
@@ -2548,6 +2541,10 @@ wDefaultLevelSelectionMenuLandmark:: db
|
||||
wCurOverworldMiscPal:: db
|
||||
wLevelSelectionMenuEntryEventQueue:: flag_array NUM_LSM_EVENTS
|
||||
|
||||
; list of unlocked levels during post-level screen
|
||||
wLastUnlockedLevelsCount:: db
|
||||
wLastUnlockedLevels:: ds MAX_UNLOCK_LEVELS_AT_ONCE + 1
|
||||
|
||||
wPlayerDataEnd::
|
||||
|
||||
wCurMapData::
|
||||
|
Reference in New Issue
Block a user