diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-10-23 18:29:14 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-10-23 18:29:14 -0400 |
commit | 31ec3365e975e8055dcac60d38fcb30d8096d52c (patch) | |
tree | 87f15ef81ca86011d38da77842450693e99d0df2 | |
parent | edf96c37542597e3c59d52bc77f4ffb245983eea (diff) |
NUM_OBJECTS EQU $10 → 16
-rw-r--r-- | constants/wram_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index f49f8fa90..abdef53e9 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -151,7 +151,7 @@ SPAWN_RED EQU 2 ; wMapObjects:: ; d71e PLAYER_OBJECT EQU 0 -NUM_OBJECTS EQU $10 +NUM_OBJECTS EQU 16 ; wStatusFlags:: ; d84c const_def |