summaryrefslogtreecommitdiff
path: root/maps/SlowpokeWellB2F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/SlowpokeWellB2F.asm')
-rw-r--r--maps/SlowpokeWellB2F.asm41
1 files changed, 17 insertions, 24 deletions
diff --git a/maps/SlowpokeWellB2F.asm b/maps/SlowpokeWellB2F.asm
index babf85873..ae74443ec 100644
--- a/maps/SlowpokeWellB2F.asm
+++ b/maps/SlowpokeWellB2F.asm
@@ -1,12 +1,11 @@
-SlowpokeWellB2F_MapScriptHeader: ; 0x5ad09
- ; trigger count
+SlowpokeWellB2F_MapScriptHeader:
+.MapTriggers:
db 0
- ; callback count
+.MapCallbacks:
db 0
-; 0x5ad0b
-GymGuyScript_0x5ad0b: ; 0x5ad0b
+GymGuyScript_0x5ad0b:
faceplayer
loadfont
checkevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
@@ -16,23 +15,20 @@ GymGuyScript_0x5ad0b: ; 0x5ad0b
verbosegiveitem KINGS_ROCK, 1
iffalse UnknownScript_0x5ad20
setevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
-UnknownScript_0x5ad20: ; 0x5ad20
+UnknownScript_0x5ad20:
loadmovesprites
end
-; 0x5ad22
-UnknownScript_0x5ad22: ; 0x5ad22
+UnknownScript_0x5ad22:
writetext UnknownText_0x5adf2
closetext
loadmovesprites
end
-; 0x5ad28
-ItemFragment_0x5ad28: ; 0x5ad28
- db TM_18, 1
-; 0x5ad2a
+ItemFragment_0x5ad28:
+ db TM_RAIN_DANCE, 1
-UnknownText_0x5ad2a: ; 0x5ad2a
+UnknownText_0x5ad2a:
text "I'm waiting to see"
line "SLOWPOKE's moment"
cont "of evolution."
@@ -51,9 +47,8 @@ UnknownText_0x5ad2a: ; 0x5ad2a
line "KING'S ROCK with"
cont "you."
done
-; 0x5adf2
-UnknownText_0x5adf2: ; 0x5adf2
+UnknownText_0x5adf2:
text "I'm going to be"
line "like SLOWPOKE."
@@ -61,24 +56,22 @@ UnknownText_0x5adf2: ; 0x5adf2
line "ly, so I can see"
cont "one evolve."
done
-; 0x5ae40
-SlowpokeWellB2F_MapEventHeader: ; 0x5ae40
+SlowpokeWellB2F_MapEventHeader:
; filler
db 0, 0
- ; warps
+.Warps:
db 1
warp_def $b, $9, 2, GROUP_SLOWPOKE_WELL_B1F, MAP_SLOWPOKE_WELL_B1F
- ; xy triggers
+.XYTriggers:
db 0
- ; signposts
+.Signposts:
db 0
- ; people-events
+.PersonEvents:
db 2
- person_event SPRITE_GYM_GUY, 8, 9, $2, $21, 255, 255, $0, 1, GymGuyScript_0x5ad0b, $ffff
- person_event SPRITE_POKE_BALL, 9, 19, $1, $0, 255, 255, $1, 0, ItemFragment_0x5ad28, $0663
-; 0x5ae65
+ person_event SPRITE_GYM_GUY, 8, 9, OW_DOWN | $2, $21, -1, -1, $0, 1, GymGuyScript_0x5ad0b, -1
+ person_event SPRITE_POKE_BALL, 9, 19, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x5ad28, EVENT_SLOWPOKE_WELL_B2F_TM_RAIN_DANCE