From ca09233c9eca4c6b9b0ccfba436dcd7e3b3e669c Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Sun, 8 Jul 2018 17:34:41 -0400 Subject: Build files in maps/ --- maps/Route1Gate1F.asm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'maps/Route1Gate1F.asm') diff --git a/maps/Route1Gate1F.asm b/maps/Route1Gate1F.asm index 1ab0485..c393aa6 100644 --- a/maps/Route1Gate1F.asm +++ b/maps/Route1Gate1F.asm @@ -1,8 +1,8 @@ include "constants.asm" -SECTION "maps/Route1Gate1F.asm", ROMX +SECTION "Route 1 Gate 1F", ROMX[$4061], BANK[$26] -Route1Gate1FScriptLoader: ;4061 +Route1Gate1FScriptLoader:: ;4061 ld hl, Route1Gate1FScriptPointers call RunMapScript call WriteBackMapScriptNumber @@ -17,14 +17,15 @@ Route1Gate1FNPCIDs: ; 406F db $01 db $FF -Route1Gate1FTextPointers: +Route1Gate1FSignPointers: ; 4072 dw MapDefaultText ;no signs +Route1Gate1FTextPointers:: ; 4074 dw Route1Gate1FText1 dw Route1Gate1FText2 Route1Gate1FScript: ; 4078 ld hl, Route1Gate1FNPCIDs - ld de, Route1Gate1FTextPointers + ld de, Route1Gate1FSignPointers call CallMapTextSubroutine ret -- cgit v1.2.3