diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 09:32:09 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 09:32:09 -0400 |
| commit | 8c83ebe9663ef317c8bd3b74339047bda29be1a4 (patch) | |
| tree | 07a174f77b42b51d6e2d7d0d2f5b124134ab79b2 /constants | |
| parent | b9a113a9f4712771e37313a4c8a76f7ef23cebb2 (diff) | |
Define constants for in-game trades
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/script_constants.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 9b2ab740..882fae0d 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -12,6 +12,19 @@ SLOTSFISH EQU $0E0C SLOTSBIRD EQU $1210 SLOTSMOUSE EQU $1614 +; in game trades + const_def + const TRADE_FOR_TERRY + const TRADE_FOR_MARCEL + const TRADE_FOR_CHIKUCHIKU + const TRADE_FOR_SAILOR + const TRADE_FOR_DUX + const TRADE_FOR_MARC + const TRADE_FOR_LOLA + const TRADE_FOR_DORIS + const TRADE_FOR_CRINKLES + const TRADE_FOR_SPOT + ; in game trade dialog sets const_def const TRADE_DIALOGSET_CASUAL |
