diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-01 13:13:49 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-01 13:13:49 -0400 |
commit | fce6243b432d1df1b4ab244023be738a54dbe8f3 (patch) | |
tree | c93b0989254b15e86aa0ae07ab255d5bb5fd0afb /data/items | |
parent | e171c84c2990df2c1a3773885297089869a0fd58 (diff) |
Identify more labels, and use the jumptable macro when possible
Diffstat (limited to 'data/items')
-rw-r--r-- | data/items/mom_phone.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/items/mom_phone.asm b/data/items/mom_phone.asm index 407a9a016..27b795f2c 100644 --- a/data/items/mom_phone.asm +++ b/data/items/mom_phone.asm @@ -25,3 +25,5 @@ MomItems_2: momitem 50000, 8000, MOM_DOLL, DECO_PIKACHU_DOLL momitem 100000, 22800, MOM_DOLL, DECO_BIG_SNORLAX_DOLL .End + + dt 0 ; unused |