From 8c83ebe9663ef317c8bd3b74339047bda29be1a4 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 16 Jul 2020 09:32:09 -0400 Subject: Define constants for in-game trades --- scripts/Route18Gate2F.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Route18Gate2F.asm') 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 -- cgit v1.3.1-sl0p