diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 18:25:34 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 18:25:34 -0400 |
commit | faaf1c434677274e5e607a6e369eb8d4ff58442c (patch) | |
tree | 64a27dec53ed653708010ffb99772c1a1bcbcaaf /scripts | |
parent | d00b70b33ee909ad163f2cb1c639ce799db118d0 (diff) |
Routes 11 and 12 gates
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/route11gateupstairs.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route11gateupstairs.asm b/scripts/route11gateupstairs.asm index ec543a6a..e41e46e5 100755 --- a/scripts/route11gateupstairs.asm +++ b/scripts/route11gateupstairs.asm @@ -9,7 +9,7 @@ Route11GateUpstairsTextPointers: ; 49457 (12:5457) Route11GateUpstairsText1: ; 4945f (12:545f) TX_ASM - xor a + ld a, $0 ld [wWhichTrade], a predef DoInGameTradeDialogue Route11GateUpstairsScriptEnd: ; 49469 (12:5469) |