You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Verify RAM table lengths
This commit is contained in:
@@ -112,6 +112,8 @@ MAPOBJECT_SCRIPT_POINTER rw ; a
|
||||
MAPOBJECT_EVENT_FLAG rw ; c
|
||||
rb_skip 2
|
||||
MAPOBJECT_LENGTH EQU _RS
|
||||
NUM_OBJECTS EQU 16
|
||||
PLAYER_OBJECT EQU 0
|
||||
|
||||
; SpriteMovementData struct members (see data/sprites/map_objects.asm)
|
||||
rsreset
|
||||
|
@@ -184,10 +184,6 @@ SPAWN_RED EQU 2
|
||||
const FRIDAY ; 5
|
||||
const SATURDAY ; 6
|
||||
|
||||
; wMapObjects::
|
||||
PLAYER_OBJECT EQU 0
|
||||
NUM_OBJECTS EQU 16
|
||||
|
||||
; wStatusFlags::
|
||||
const_def
|
||||
const STATUSFLAGS_POKEDEX_F ; 0
|
||||
|
Reference in New Issue
Block a user