Define constants for in-game trades

This commit is contained in:
Rangi 2020-07-16 09:32:09 -04:00
parent b9a113a9f4
commit 8c83ebe966
9 changed files with 22 additions and 9 deletions

View file

@ -12,13 +12,13 @@ Lab2Text1:
Lab2Text2:
text_asm
ld a, $7
ld a, TRADE_FOR_DORIS
ld [wWhichTrade], a
jr Lab2DoTrade
Lab2Text3:
text_asm
ld a, $8
ld a, TRADE_FOR_CRINKLES
ld [wWhichTrade], a
Lab2DoTrade:
predef DoInGameTradeDialogue