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/Route11Gate2F.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/Route11Gate2F.asm')
| -rwxr-xr-x | scripts/Route11Gate2F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Route11Gate2F.asm b/scripts/Route11Gate2F.asm index 1797c540..21d742c0 100755 --- a/scripts/Route11Gate2F.asm +++ b/scripts/Route11Gate2F.asm @@ -9,7 +9,7 @@ Route11Gate2F_TextPointers: Route11GateUpstairsText1: text_asm - xor a + xor a ; TRADE_FOR_TERRY ld [wWhichTrade], a predef DoInGameTradeDialogue Route11GateUpstairsScriptEnd: |
