diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-09 20:43:32 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-09 20:43:32 -0500 |
commit | f6ce38114f66619d683b9d8c2079b8ce6d40216a (patch) | |
tree | 162a42c3115594923637ea52409358ac3ae09444 /constants/wram_constants.asm | |
parent | f9431c6aab479601ee0229a109154fa4f8b8b889 (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 131621d3..9a44b493 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -180,10 +180,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 |