summaryrefslogtreecommitdiff
path: root/maps/LavenderNameRater.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/LavenderNameRater.asm')
-rw-r--r--maps/LavenderNameRater.asm48
1 files changed, 48 insertions, 0 deletions
diff --git a/maps/LavenderNameRater.asm b/maps/LavenderNameRater.asm
new file mode 100644
index 000000000..f60e92cee
--- /dev/null
+++ b/maps/LavenderNameRater.asm
@@ -0,0 +1,48 @@
+LavenderNameRater_MapScriptHeader: ; 0x7eaeb
+ ; trigger count
+ db 1
+
+ ; triggers
+ dw UnknownScript_0x7eaf1, $0000
+
+ ; callback count
+ db 0
+; 0x7eaf1
+
+UnknownScript_0x7eaf1: ; 0x7eaf1
+ end
+; 0x7eaf2
+
+UnknownScript_0x7eaf2: ; 0x7eaf2
+ faceplayer
+ loadfont
+ special $0057
+ closetext
+ loadmovesprites
+ end
+; 0x7eafa
+
+UnknownScript_0x7eafa: ; 0x7eafa
+ jumpstd $0001
+; 0x7eafd
+
+LavenderNameRater_MapEventHeader: ; 0x7eafd
+ ; filler
+ db 0, 0
+
+ ; warps
+ db 2
+ warp_def $7, $2, 4, GROUP_LAVENDER_TOWN, MAP_LAVENDER_TOWN
+ warp_def $7, $3, 4, GROUP_LAVENDER_TOWN, MAP_LAVENDER_TOWN
+
+ ; xy triggers
+ db 0
+
+ ; signposts
+ db 0
+
+ ; people-events
+ db 1
+ person_event $40, 7, 6, $6, $0, 255, 255, $80, 0, UnknownScript_0x7eaf2, $ffff
+; 0x7eb1a
+