Implement View Map mode [commit 2]: mock player object (#29)

This commit is contained in:
xCrystal
2023-11-01 11:48:12 +01:00
parent 147c9f2add
commit d2bb82bc3c
5 changed files with 80 additions and 5 deletions

View File

@@ -118,6 +118,7 @@ DEF MAPOBJECT_EVENT_FLAG rw ; c
rb_skip 2
DEF MAPOBJECT_LENGTH EQU _RS
DEF NUM_OBJECTS EQU 16
DEF LAST_OBJECT EQU NUM_OBJECTS - 1
DEF PLAYER_OBJECT EQU 0
DEF MAPOBJECT_PALETTE_MASK EQU %11110000