summaryrefslogtreecommitdiff
path: root/maps/BluesHouse.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/BluesHouse.asm')
-rw-r--r--maps/BluesHouse.asm48
1 files changed, 16 insertions, 32 deletions
diff --git a/maps/BluesHouse.asm b/maps/BluesHouse.asm
index 5544e48c7..7af8b0687 100644
--- a/maps/BluesHouse.asm
+++ b/maps/BluesHouse.asm
@@ -1,12 +1,11 @@
-BluesHouse_MapScriptHeader: ; 0x19b0ce
+BluesHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
-; 0x19b0d0
-DaisyScript_0x19b0d0: ; 0x19b0d0
+DaisyScript_0x19b0d0:
faceplayer
loadfont
checkcode VAR_HOUR
@@ -15,9 +14,8 @@ DaisyScript_0x19b0d0: ; 0x19b0d0
closetext
loadmovesprites
end
-; 0x19b0de
-UnknownScript_0x19b0de: ; 0x19b0de
+UnknownScript_0x19b0de:
checkflag $005c
iftrue UnknownScript_0x19b11e
writetext UnknownText_0x19b1b6
@@ -45,30 +43,26 @@ UnknownScript_0x19b0de: ; 0x19b0de
closetext
loadmovesprites
end
-; 0x19b11e
-UnknownScript_0x19b11e: ; 0x19b11e
+UnknownScript_0x19b11e:
writetext UnknownText_0x19b2fa
closetext
loadmovesprites
end
-; 0x19b124
-UnknownScript_0x19b124: ; 0x19b124
+UnknownScript_0x19b124:
writetext UnknownText_0x19b334
closetext
loadmovesprites
end
-; 0x19b12a
-UnknownScript_0x19b12a: ; 0x19b12a
+UnknownScript_0x19b12a:
writetext UnknownText_0x19b377
closetext
loadmovesprites
end
-; 0x19b130
-UnknownText_0x19b130: ; 0x19b130
+UnknownText_0x19b130:
text "DAISY: Hi! My kid"
line "brother is the GYM"
@@ -81,9 +75,8 @@ UnknownText_0x19b130: ; 0x19b130
para "it causes problems"
line "for the trainers."
done
-; 0x19b1b6
-UnknownText_0x19b1b6: ; 0x19b1b6
+UnknownText_0x19b1b6:
text "DAISY: Hi! Good"
line "timing. I'm about"
cont "to have some tea."
@@ -97,29 +90,25 @@ UnknownText_0x19b1b6: ; 0x19b1b6
para "Would you like me"
line "to groom one?"
done
-; 0x19b244
-UnknownText_0x19b244: ; 0x19b244
+UnknownText_0x19b244:
text "DAISY: Which one"
line "should I groom?"
done
-; 0x19b266
-UnknownText_0x19b266: ; 0x19b266
+UnknownText_0x19b266:
text "DAISY: OK, I'll"
line "get it looking"
cont "nice in no time."
done
-; 0x19b296
-UnknownText_0x19b296: ; 0x19b296
+UnknownText_0x19b296:
text_from_ram StringBuffer3
text " looks"
line "content."
done
-; 0x19b2aa
-UnknownText_0x19b2aa: ; 0x19b2aa
+UnknownText_0x19b2aa:
text "DAISY: There you"
line "go! All done."
@@ -129,34 +118,30 @@ UnknownText_0x19b2aa: ; 0x19b2aa
para "It's such a cute"
line "#MON."
done
-; 0x19b2fa
-UnknownText_0x19b2fa: ; 0x19b2fa
+UnknownText_0x19b2fa:
text "DAISY: I always"
line "have tea around"
para "this time. Come"
line "join me."
done
-; 0x19b334
-UnknownText_0x19b334: ; 0x19b334
+UnknownText_0x19b334:
text "DAISY: You don't"
line "want to have one"
para "groomed? OK, we'll"
line "just have tea."
done
-; 0x19b377
-UnknownText_0x19b377: ; 0x19b377
+UnknownText_0x19b377:
text "DAISY: Oh, sorry."
line "I honestly can't"
cont "groom an EGG."
done
-; 0x19b3a8
-BluesHouse_MapEventHeader: ; 0x19b3a8
+BluesHouse_MapEventHeader:
; filler
db 0, 0
@@ -174,4 +159,3 @@ BluesHouse_MapEventHeader: ; 0x19b3a8
; people-events
db 1
person_event SPRITE_DAISY, 7, 6, $3, $0, 255, 255, $0, 0, DaisyScript_0x19b0d0, $ffff
-; 0x19b3c5