Make level selection menu landmarks universal (#4) (#12)

This commit is contained in:
xCrystal
2023-08-20 12:08:24 +02:00
parent 222b46896c
commit fc2e757c57
11 changed files with 61 additions and 84 deletions

View File

@@ -1,6 +1,10 @@
; Landmarks indexes (see data/maps/landmarks.asm)
const_def
const LANDMARK_LEVEL_1 ; 00
const LANDMARK_LEVEL_2 ; 01
const LANDMARK_LEVEL_3 ; 02
const LANDMARK_LEVEL_4 ; 03
const LANDMARK_LEVEL_5 ; 04
DEF NUM_LANDMARKS EQU const_value
; used in CaughtData