diff options
-rw-r--r-- | data/data.s | 4 | ||||
-rw-r--r-- | data/ingame_trades.inc | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/data/data.s b/data/data.s index 6a89af93a..c85c8d903 100644 --- a/data/data.s +++ b/data/data.s @@ -4,6 +4,7 @@ #include "constants/region_map.h" #include "constants/species.h" #include "constants/items.h" +#include "constants/easy_chat.h" .include "asm/macros.inc" .include "constants/constants.inc" @@ -466,9 +467,6 @@ gUnknown_826CF88:: @ 826CF88 .include "data/ingame_trades.inc" -gUnknown_826D1A8:: @ 826D1A8 - .incbin "baserom.gba", 0x26D1A8, 0x14 - gUnknown_826D1BC:: @ 826D1BC .incbin "baserom.gba", 0x26D1BC, 0x10 diff --git a/data/ingame_trades.inc b/data/ingame_trades.inc index c8596c217..c3447d79b 100644 --- a/data/ingame_trades.inc +++ b/data/ingame_trades.inc @@ -160,3 +160,15 @@ gIngameTrades:: @ 826CF8C .byte 10 @ sheen .2byte SPECIES_PONYTA @ species requested .align 2 + +gUnknown_826D1A8:: @ 826D1A8 + .2byte EC_WORD_THAT_S + .2byte EC_WORD_A + .2byte EC_WORD_HEALTHY + .2byte EC_POKEMON2(JYNX) + .2byte EC_WORD_EXCL + .2byte EC_WORD_BE + .2byte EC_WORD_KIND + .2byte EC_WORD_TO + .2byte EC_WORD_IT + .2byte 0 |