summaryrefslogtreecommitdiff
path: root/maps
diff options
context:
space:
mode:
Diffstat (limited to 'maps')
-rw-r--r--maps/Route1P1.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/maps/Route1P1.asm b/maps/Route1P1.asm
index 62ed0cd..7b23aec 100644
--- a/maps/Route1P1.asm
+++ b/maps/Route1P1.asm
@@ -2,6 +2,17 @@ include "constants.asm"
SECTION "maps/Route1P1.asm", ROMX
+ ret
+
+ dw Textdbb82
+Textdbb82: ; 36:7b82
+ text "べんりな よのなかだね"
+ done
+
+ rept 9
+ ret
+ endr
+
Route1P1ScriptLoader:: ; 7B98
ld hl, Route1P1ScriptPointers
call RunMapScript