From 24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Sun, 18 May 2014 14:19:10 -0400 Subject: Pull map scripts out of main.asm --- scripts/route2house.asm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 scripts/route2house.asm (limited to 'scripts/route2house.asm') diff --git a/scripts/route2house.asm b/scripts/route2house.asm new file mode 100755 index 00000000..50a058b8 --- /dev/null +++ b/scripts/route2house.asm @@ -0,0 +1,18 @@ +Route2HouseScript: ; 1deed (7:5eed) + jp EnableAutoTextBoxDrawing + +Route2HouseTextPointers: ; 1def0 (7:5ef0) + dw Route2HouseText1 + dw Route2HouseText2 + +Route2HouseText1: ; 1def4 (7:5ef4) + TX_FAR _Route2HouseText1 + db "@" + +Route2HouseText2: ; 1def9 (7:5ef9) + db $08 ; asm + ld a, $1 + ld [wWhichTrade], a + ld a, $54 + call Predef + jp TextScriptEnd -- cgit v1.2.3