Level selection menu: function to compute valid directions and directional arrows OAM (#12)

This commit is contained in:
xCrystal
2023-08-22 12:42:53 +02:00
parent c6601a79d3
commit e866cdab48
7 changed files with 197 additions and 1 deletions

View File

@@ -1536,6 +1536,7 @@ SECTION UNION "Miscellaneous WRAM 1", WRAMX
; level selection menu
wLevelSelectionMenuCurrentPage:: db
wLevelSelectionMenuCurrentLandmark:: db
wLevelSelectionMenuCurrentLandmarkTransitionsPointer:: dw
wLevelSelectionMenuStandingStill:: db
@@ -1726,6 +1727,7 @@ wSolvedUnownPuzzle::
wVramState::
; bit 0: overworld sprite updating on/off
; bit 1: something to do with sprite updates
; bit 2: do not clear wShadowOAM during DoNextFrameForAllSprites
; bit 6: something to do with text
; bit 7: on when surf initiates
; flickers when climbing waterfall