summaryrefslogtreecommitdiff
path: root/maps/Route1Gate1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route1Gate1F.asm')
-rw-r--r--maps/Route1Gate1F.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/Route1Gate1F.asm b/maps/Route1Gate1F.asm
index 4772da7..ef48c4c 100644
--- a/maps/Route1Gate1F.asm
+++ b/maps/Route1Gate1F.asm
@@ -1,8 +1,8 @@
include "constants.asm"
-SECTION "Route 1 Gate 1F", ROMX[$4061], BANK[$26]
+SECTION "maps/Route1Gate1F.asm", ROMX
-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
@@ -51,5 +52,4 @@ Route1Gate1FText2String: ; 40AC
para "いってみたこと ある?"
done
-;ends at 40D9
-
+;ends at 40D9 \ No newline at end of file