diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-09 20:43:24 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-09 20:43:24 -0500 |
commit | 71073a5f3bcbf4f2725e16bdce147c070c8b833e (patch) | |
tree | b6faa2db4d8bd03442c1287607ea4cff62e34ce9 /constants/wram_constants.asm | |
parent | e791c5392b19f589c51afd98666d19e778278847 (diff) |
Verify RAM table lengths
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index 2b3d61e36..41b8d0995 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -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 |