diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-20 12:23:31 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-20 12:31:35 -0400 |
| commit | 69788c536b70060c58136b07fb3a615b285de99c (patch) | |
| tree | c5a21b6e4d24ad3e98c3c98982afc65a866e650d /data/events | |
| parent | Merge pull request #279 from Rangi42/master (diff) | |
| download | pokeyellow-69788c536b70060c58136b07fb3a615b285de99c.tar.gz pokeyellow-69788c536b70060c58136b07fb3a615b285de99c.tar.xz pokeyellow-69788c536b70060c58136b07fb3a615b285de99c.zip | |
Add comments associating constants with data, and identify some more data
Diffstat (limited to 'data/events')
| -rwxr-xr-x | data/events/trades.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/events/trades.asm b/data/events/trades.asm index a92ad2fa..7018c22f 100755 --- a/data/events/trades.asm +++ b/data/events/trades.asm @@ -1,4 +1,5 @@ TradeMons: +; entries correspond to TRADE_FOR_* constants ; give mon, get mon, dialog id, nickname db NIDORINO, NIDORINA, TRADE_DIALOGSET_CASUAL, "TERRY@@@@@@" db ABRA, MR_MIME, TRADE_DIALOGSET_CASUAL, "MARCEL@@@@@" |
