Text macros in maps/.
Looks fine at a glance.
This commit is contained in:
@@ -43,40 +43,49 @@ UnknownScript_0x9c746: ; 0x9c746
|
||||
; 0x9c749
|
||||
|
||||
UnknownText_0x9c749: ; 0x9c749
|
||||
db $0, "OLIVINE is on the", $4f
|
||||
db "sea!", $51
|
||||
db "And if it's on the", $4f
|
||||
db "sea, there are", $55
|
||||
db "bound to be fish!", $51
|
||||
db "I've fished here", $4f
|
||||
db "for 30 years.", $51
|
||||
db "Would you like to", $4f
|
||||
db "face the sea and", $55
|
||||
db "fish?", $57
|
||||
text "OLIVINE is on the"
|
||||
line "sea!"
|
||||
|
||||
para "And if it's on the"
|
||||
line "sea, there are"
|
||||
cont "bound to be fish!"
|
||||
|
||||
para "I've fished here"
|
||||
line "for 30 years."
|
||||
|
||||
para "Would you like to"
|
||||
line "face the sea and"
|
||||
cont "fish?"
|
||||
done
|
||||
; 0x9c7db
|
||||
|
||||
UnknownText_0x9c7db: ; 0x9c7db
|
||||
db $0, "Ah, hahah!", $4f
|
||||
db "We have ourselves", $55
|
||||
db "a new angler!", $57
|
||||
text "Ah, hahah!"
|
||||
line "We have ourselves"
|
||||
cont "a new angler!"
|
||||
done
|
||||
; 0x9c807
|
||||
|
||||
UnknownText_0x9c807: ; 0x9c807
|
||||
db $0, "Fish aren't found", $4f
|
||||
db "in the sea alone.", $51
|
||||
db "They go wherever", $4f
|
||||
db "there is water.", $57
|
||||
text "Fish aren't found"
|
||||
line "in the sea alone."
|
||||
|
||||
para "They go wherever"
|
||||
line "there is water."
|
||||
done
|
||||
; 0x9c84c
|
||||
|
||||
UnknownText_0x9c84c: ; 0x9c84c
|
||||
db $0, "Whaaat? You don't", $4f
|
||||
db "like to fish!?", $55
|
||||
db "Incomprehensible!", $57
|
||||
text "Whaaat? You don't"
|
||||
line "like to fish!?"
|
||||
cont "Incomprehensible!"
|
||||
done
|
||||
; 0x9c87f
|
||||
|
||||
UnknownText_0x9c87f: ; 0x9c87f
|
||||
db $0, "How are things?", $4f
|
||||
db "Land the big one?", $57
|
||||
text "How are things?"
|
||||
line "Land the big one?"
|
||||
done
|
||||
; 0x9c8a2
|
||||
|
||||
OlivineGoodRodHouse_MapEventHeader: ; 0x9c8a2
|
||||
|
Reference in New Issue
Block a user