diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2022-09-10 18:44:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-10 13:44:31 -0400 |
| commit | 63a7eb2cf545281cbeaf289b261f9345d9249819 (patch) | |
| tree | 6bb0dd48e603e8203a50ca8c1ff0853d4eb957d3 /constants | |
| parent | Use the same music headers as pokecrystal (#382) (diff) | |
| download | pokeyellow-63a7eb2cf545281cbeaf289b261f9345d9249819.tar.gz pokeyellow-63a7eb2cf545281cbeaf289b261f9345d9249819.tar.xz pokeyellow-63a7eb2cf545281cbeaf289b261f9345d9249819.zip | |
Improve NPC trade labels and comments (#384)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/script_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index d4543f05..afd1258b 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -22,7 +22,7 @@ DEF SLOTS_SOMEONESKEYS EQU $ff const_def const TRADE_FOR_TERRY const TRADE_FOR_MARCEL - const TRADE_FOR_CHIKUCHIKU + const TRADE_FOR_CHIKUCHIKU ; unused const TRADE_FOR_SAILOR const TRADE_FOR_DUX const TRADE_FOR_MARC @@ -36,7 +36,7 @@ DEF NUM_NPC_TRADES EQU const_value ; InGameTradeTextPointers indexes (see engine/events/in_game_trades.asm) const_def const TRADE_DIALOGSET_CASUAL - const TRADE_DIALOGSET_POLITE + const TRADE_DIALOGSET_EVOLUTION const TRADE_DIALOGSET_HAPPY ; badges |
