aboutsummaryrefslogtreecommitdiffstats
path: root/constants/script_constants.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-20 13:22:32 -0400
committerGitHub <noreply@github.com>2020-07-20 13:22:32 -0400
commit3e554e1d5206f0ede60f7e99e68637b7f13bc683 (patch)
treec5a21b6e4d24ad3e98c3c98982afc65a866e650d /constants/script_constants.asm
parentMerge pull request #279 from Rangi42/master (diff)
parentAdd comments associating constants with data, and identify some more data (diff)
downloadpokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.tar.gz
pokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.tar.xz
pokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.zip
Merge pull request #281 from Rangi42/master
Add comments associating constants with data, and identify some more data
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r--constants/script_constants.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm
index 018fb7f2..2b2a9b14 100644
--- a/constants/script_constants.asm
+++ b/constants/script_constants.asm
@@ -1,4 +1,4 @@
-; emotion bubbles
+; EmotionBubblesPointerTable indexes (see engine/overworld/emotion_bubbles.asm)
const_def
const EXCLAMATION_BUBBLE ; 0
const QUESTION_BUBBLE ; 1
@@ -13,6 +13,7 @@ SLOTSBIRD EQU $1210
SLOTSMOUSE EQU $1614
; in game trades
+; TradeMons indexes (see data/events/trades.asm)
const_def
const TRADE_FOR_TERRY
const TRADE_FOR_MARCEL
@@ -26,6 +27,7 @@ SLOTSMOUSE EQU $1614
const TRADE_FOR_SPOT
; in game trade dialog sets
+; InGameTradeTextPointers indexes (see engine/events/in_game_trades.asm)
const_def
const TRADE_DIALOGSET_CASUAL
const TRADE_DIALOGSET_POLITE