aboutsummaryrefslogtreecommitdiffstats
path: root/constants/script_constants.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2025-03-08 11:16:42 -0500
committerGitHub <noreply@github.com>2025-03-08 11:16:42 -0500
commit147914d179f29f0d5c08bad027040731e323ed92 (patch)
tree51c1546b6ad01c5b827c95c472a6a9de3656a81b /constants/script_constants.asm
parentUse "command -v" instead of "which" (diff)
downloadpokeyellow-147914d179f29f0d5c08bad027040731e323ed92.tar.gz
pokeyellow-147914d179f29f0d5c08bad027040731e323ed92.tar.xz
pokeyellow-147914d179f29f0d5c08bad027040731e323ed92.zip
Use constants for trade text indexes (#501)
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r--constants/script_constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm
index 24ad93f2..8b59a6f6 100644
--- a/constants/script_constants.asm
+++ b/constants/script_constants.asm
@@ -38,6 +38,7 @@ DEF NUM_NPC_TRADES EQU const_value
const TRADE_DIALOGSET_CASUAL
const TRADE_DIALOGSET_EVOLUTION
const TRADE_DIALOGSET_HAPPY
+DEF NUM_TRADE_DIALOGSETS EQU const_value
; OaksAideScript results
DEF OAKS_AIDE_BAG_FULL EQU $00