summaryrefslogtreecommitdiff
path: root/maps/LavenderMart.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/LavenderMart.asm')
-rw-r--r--maps/LavenderMart.asm39
1 files changed, 16 insertions, 23 deletions
diff --git a/maps/LavenderMart.asm b/maps/LavenderMart.asm
index d26fbf258..5e67cd923 100644
--- a/maps/LavenderMart.asm
+++ b/maps/LavenderMart.asm
@@ -1,27 +1,23 @@
-LavenderMart_MapScriptHeader: ; 0x7eb1a
- ; trigger count
+LavenderMart_MapScriptHeader:
+.MapTriggers:
db 0
- ; callback count
+.MapCallbacks:
db 0
-; 0x7eb1c
-ClerkScript_0x7eb1c: ; 0x7eb1c
+ClerkScript_0x7eb1c:
loadfont
pokemart $0, $0015
loadmovesprites
end
-; 0x7eb23
-PokefanMScript_0x7eb23: ; 0x7eb23
+PokefanMScript_0x7eb23:
jumptextfaceplayer UnknownText_0x7eb29
-; 0x7eb26
-RockerScript_0x7eb26: ; 0x7eb26
+RockerScript_0x7eb26:
jumptextfaceplayer UnknownText_0x7ebac
-; 0x7eb29
-UnknownText_0x7eb29: ; 0x7eb29
+UnknownText_0x7eb29:
text "REPEL is a neces-"
line "sity if you are"
@@ -34,9 +30,8 @@ UnknownText_0x7eb29: ; 0x7eb29
para "haven't made it to"
line "all the caves."
done
-; 0x7ebac
-UnknownText_0x7ebac: ; 0x7ebac
+UnknownText_0x7ebac:
text "I heard about a"
line "craftsman who"
@@ -46,26 +41,24 @@ UnknownText_0x7ebac: ; 0x7ebac
para "of AZALEA. I wish"
line "I had some."
done
-; 0x7ec0e
-LavenderMart_MapEventHeader: ; 0x7ec0e
+LavenderMart_MapEventHeader:
; filler
db 0, 0
- ; warps
+.Warps:
db 2
warp_def $7, $2, 5, GROUP_LAVENDER_TOWN, MAP_LAVENDER_TOWN
warp_def $7, $3, 5, GROUP_LAVENDER_TOWN, MAP_LAVENDER_TOWN
- ; xy triggers
+.XYTriggers:
db 0
- ; signposts
+.Signposts:
db 0
- ; people-events
+.PersonEvents:
db 3
- person_event SPRITE_CLERK, 7, 5, $9, $0, 255, 255, $0, 0, ClerkScript_0x7eb1c, $ffff
- person_event SPRITE_POKEFAN_M, 10, 10, $5, $2, 255, 255, $80, 0, PokefanMScript_0x7eb23, $ffff
- person_event SPRITE_ROCKER, 6, 13, $3, $0, 255, 255, $0, 0, RockerScript_0x7eb26, $ffff
-; 0x7ec45
+ person_event SPRITE_CLERK, 7, 5, OW_LEFT | $1, $0, -1, -1, $0, 0, ClerkScript_0x7eb1c, -1
+ person_event SPRITE_POKEFAN_M, 10, 10, OW_UP | $1, $2, -1, -1, (PAL_OW_RED << 4) | $80, 0, PokefanMScript_0x7eb23, -1
+ person_event SPRITE_ROCKER, 6, 13, OW_DOWN | $3, $0, -1, -1, $0, 0, RockerScript_0x7eb26, -1