From 269f2c3ba72776e975f5b00d9a1361cadbda42a7 Mon Sep 17 00:00:00 2001 From: dannye Date: Sat, 11 Jun 2016 15:45:24 -0500 Subject: Sync with pokered from August 29, 2015 to April 6, 2016 --- scripts/blueshouse.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/blueshouse.asm') diff --git a/scripts/blueshouse.asm b/scripts/blueshouse.asm index 959fb23e..baea53d0 100755 --- a/scripts/blueshouse.asm +++ b/scripts/blueshouse.asm @@ -14,7 +14,7 @@ BluesHouseScript0: ; 19b4b (6:5b4b) ; trigger the next script ld a, 1 - ld [W_BLUESHOUSECURSCRIPT], a + ld [wBluesHouseCurScript], a BluesHouseScript1: ; 19b56 (6:5b56) ret @@ -65,7 +65,8 @@ DaisyOfferMapText: ; 19baf (6:5baf) GotMapText: ; 19bb4 (6:5bb4) TX_FAR _GotMapText - db $11, "@" + sound0x0A + db "@" DaisyBagFullText: ; 19bba (6:5bba) TX_FAR _DaisyBagFullText -- cgit v1.3.1-sl0p