aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events
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 /engine/events
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 'engine/events')
-rwxr-xr-xengine/events/in_game_trades.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/events/in_game_trades.asm b/engine/events/in_game_trades.asm
index 8a29d6a4..c6951615 100755
--- a/engine/events/in_game_trades.asm
+++ b/engine/events/in_game_trades.asm
@@ -233,6 +233,7 @@ InGameTrade_TrainerString:
db "<TRAINER>@@@@@@@@@@"
InGameTradeTextPointers:
+; entries correspond to TRADE_DIALOGSET_* constants
dw TradeTextPointers1
dw TradeTextPointers2
dw TradeTextPointers3