From 827f80ca05026bb130e58e1a522313cab7b228ce Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 7 May 2013 23:28:24 -0400 Subject: portraitm_ail -> portraitmail --- constants.asm | 2 +- extras/item_constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.asm b/constants.asm index cd461b3b9..4885f7e98 100644 --- a/constants.asm +++ b/constants.asm @@ -1644,7 +1644,7 @@ RAINBOW_WING EQU $B2 BRICK_PIECE EQU $B4 SURF_MAIL EQU $B5 LITEBLUEMAIL EQU $B6 -PORTRAITM_AIL EQU $B7 +PORTRAITMAIL EQU $B7 LOVELY_MAIL EQU $B8 EON_MAIL EQU $B9 MORPH_MAIL EQU $BA diff --git a/extras/item_constants.py b/extras/item_constants.py index a0506375d..929c599f8 100644 --- a/extras/item_constants.py +++ b/extras/item_constants.py @@ -159,7 +159,7 @@ item_constants = { 180: 'BRICK_PIECE', 181: 'SURF_MAIL', 182: 'LITEBLUEMAIL', -183: 'PORTRAITM_AIL', +183: 'PORTRAITMAIL', 184: 'LOVELY_MAIL', 185: 'EON_MAIL', 186: 'MORPH_MAIL', -- cgit v1.2.3