diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-01-15 13:06:16 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-01-15 13:06:16 +0100 |
commit | 5f60cc24cf0935c4908151f0462e67a08d59558d (patch) | |
tree | 9e35d189dc4f6448aaea340bad5967e9a1cc9924 /engine/events | |
parent | 1853e3d127556103fe5828b8589305192106d27e (diff) |
Fix some constants
Glass ting SFX were added in crystal.
PicAnimations and UnownAnimations are expected to be in the same bank as
their pointers, because the pointers are not BANK()-referenced
separately.
Diffstat (limited to 'engine/events')
-rw-r--r-- | engine/events/mom_phone.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/mom_phone.asm b/engine/events/mom_phone.asm index 6e14e33d9..0a8dbef29 100644 --- a/engine/events/mom_phone.asm +++ b/engine/events/mom_phone.asm @@ -1,7 +1,7 @@ NUM_MOM_ITEMS_1 EQUS "((MomItems_1.End - MomItems_1) / 8)" NUM_MOM_ITEMS_2 EQUS "((MomItems_2.End - MomItems_2) / 8)" -const_value = 1 + const_def 1 const MOM_ITEM const MOM_DOLL |