diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 09:32:09 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 09:32:09 -0400 |
| commit | 8c83ebe9663ef317c8bd3b74339047bda29be1a4 (patch) | |
| tree | 07a174f77b42b51d6e2d7d0d2f5b124134ab79b2 /scripts/Route18Gate2F.asm | |
| parent | Merge pull request #276 from TheFakeMateo/master (diff) | |
| download | pokeyellow-8c83ebe9663ef317c8bd3b74339047bda29be1a4.tar.gz pokeyellow-8c83ebe9663ef317c8bd3b74339047bda29be1a4.tar.xz pokeyellow-8c83ebe9663ef317c8bd3b74339047bda29be1a4.zip | |
Define constants for in-game trades
Diffstat (limited to 'scripts/Route18Gate2F.asm')
| -rwxr-xr-x | scripts/Route18Gate2F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Route18Gate2F.asm b/scripts/Route18Gate2F.asm index d7511859..efb6d70a 100755 --- a/scripts/Route18Gate2F.asm +++ b/scripts/Route18Gate2F.asm @@ -8,7 +8,7 @@ Route18Gate2F_TextPointers: Route18GateUpstairsText1: text_asm - ld a, $5 + ld a, TRADE_FOR_MARC ld [wWhichTrade], a predef DoInGameTradeDialogue jp TextScriptEnd |
