diff options
author | yenatch <yenatch@gmail.com> | 2014-08-13 19:42:58 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-08-13 19:42:58 -0700 |
commit | 88a15c50387d02a7cdb95b508c43fa9f10a46982 (patch) | |
tree | b0d1150c8ec6f4d1bca958d8f643df9bf27259c0 /main.asm | |
parent | b922fe72a19bb82d4f0c0ebaadf415e8dfcb7166 (diff) |
More constants and bug comments in item effects.
Apparently a bunch of constants from red were never removed for some reason.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -35987,13 +35987,13 @@ Unknown_271de: ; 271de db HELD_HEAL_PARALYZE db HELD_HEAL_STATUS db $1e - db $1f - db $20 - db $21 - db $22 - db $23 - db $24 - db $25 + db HELD_ATTACK_UP + db HELD_DEFENSE_UP + db HELD_SPEED_UP + db HELD_SP_ATTACK_UP + db HELD_SP_DEFENSE_UP + db HELD_ACCURACY_UP + db HELD_EVASION_UP db $26 db $47 db HELD_ESCAPE |