summaryrefslogtreecommitdiff
path: root/maps/RedsHouse2F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/RedsHouse2F.asm')
-rw-r--r--maps/RedsHouse2F.asm34
1 files changed, 14 insertions, 20 deletions
diff --git a/maps/RedsHouse2F.asm b/maps/RedsHouse2F.asm
index b7cc6e30e..895288e0a 100644
--- a/maps/RedsHouse2F.asm
+++ b/maps/RedsHouse2F.asm
@@ -1,51 +1,45 @@
-RedsHouse2F_MapScriptHeader: ; 0x19b048
- ; trigger count
+RedsHouse2F_MapScriptHeader:
+.MapTriggers:
db 0
- ; callback count
+.MapCallbacks:
db 0
-; 0x19b04a
-MapRedsHouse2FSignpost0Script: ; 0x19b04a
+MapRedsHouse2FSignpost0Script:
jumptext UnknownText_0x19b050
-; 0x19b04d
-MapRedsHouse2FSignpost1Script: ; 0x19b04d
+MapRedsHouse2FSignpost1Script:
jumptext UnknownText_0x19b087
-; 0x19b050
-UnknownText_0x19b050: ; 0x19b050
+UnknownText_0x19b050:
text "<PLAYER> played the"
line "N64."
para "Better get going--"
line "no time to lose!"
done
-; 0x19b087
-UnknownText_0x19b087: ; 0x19b087
+UnknownText_0x19b087:
text "It looks like it"
line "hasn't been used"
cont "in a long time…"
done
-; 0x19b0b9
-RedsHouse2F_MapEventHeader: ; 0x19b0b9
+RedsHouse2F_MapEventHeader:
; filler
db 0, 0
- ; warps
+.Warps:
db 1
warp_def $0, $7, 3, GROUP_REDS_HOUSE_1F, MAP_REDS_HOUSE_1F
- ; xy triggers
+.XYTriggers:
db 0
- ; signposts
+.Signposts:
db 2
- signpost 5, 3, $0, MapRedsHouse2FSignpost0Script
- signpost 1, 0, $0, MapRedsHouse2FSignpost1Script
+ signpost 5, 3, SIGNPOST_READ, MapRedsHouse2FSignpost0Script
+ signpost 1, 0, SIGNPOST_READ, MapRedsHouse2FSignpost1Script
- ; people-events
+.PersonEvents:
db 0
-; 0x19b0ce