Improve some signpost labels.

This commit is contained in:
IIMarckus
2015-06-25 22:01:08 -06:00
parent bd022e179e
commit e57e1ba63b
114 changed files with 2112 additions and 3348 deletions

View File

@@ -1,48 +1,44 @@
OlivineGoodRodHouse_MapScriptHeader: ; 0x9c719
OlivineGoodRodHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
; 0x9c71b
FishingGuruScript_0x9c71b: ; 0x9c71b
GoodRodGuru:
faceplayer
loadfont
checkevent EVENT_GOT_GOOD_ROD
iftrue UnknownScript_0x9c740
writetext UnknownText_0x9c749
iftrue .AlreadyGotItem
writetext OfferGoodRodText
yesorno
iffalse UnknownScript_0x9c73a
writetext UnknownText_0x9c7db
iffalse .DontWantIt
writetext GiveGoodRodText
keeptextopen
verbosegiveitem GOOD_ROD, 1
writetext UnknownText_0x9c807
writetext GaveGoodRodText
closetext
loadmovesprites
setevent EVENT_GOT_GOOD_ROD
end
; 0x9c73a
UnknownScript_0x9c73a: ; 0x9c73a
writetext UnknownText_0x9c84c
.DontWantIt
writetext DontWantGoodRodText
closetext
loadmovesprites
end
; 0x9c740
UnknownScript_0x9c740: ; 0x9c740
writetext UnknownText_0x9c87f
.AlreadyGotItem
writetext HaveGoodRodText
closetext
loadmovesprites
end
; 0x9c746
UnknownScript_0x9c746: ; 0x9c746
GoodRodHouseBookshelf:
; unused
jumpstd picturebookshelf
; 0x9c749
UnknownText_0x9c749: ; 0x9c749
OfferGoodRodText:
text "OLIVINE is on the"
line "sea!"
@@ -57,38 +53,33 @@ UnknownText_0x9c749: ; 0x9c749
line "face the sea and"
cont "fish?"
done
; 0x9c7db
UnknownText_0x9c7db: ; 0x9c7db
GiveGoodRodText:
text "Ah, hahah!"
line "We have ourselves"
cont "a new angler!"
done
; 0x9c807
UnknownText_0x9c807: ; 0x9c807
GaveGoodRodText:
text "Fish aren't found"
line "in the sea alone."
para "They go wherever"
line "there is water."
done
; 0x9c84c
UnknownText_0x9c84c: ; 0x9c84c
DontWantGoodRodText:
text "Whaaat? You don't"
line "like to fish!?"
cont "Incomprehensible!"
done
; 0x9c87f
UnknownText_0x9c87f: ; 0x9c87f
HaveGoodRodText:
text "How are things?"
line "Land the big one?"
done
; 0x9c8a2
OlivineGoodRodHouse_MapEventHeader: ; 0x9c8a2
OlivineGoodRodHouse_MapEventHeader:
; filler
db 0, 0
@@ -105,5 +96,4 @@ OlivineGoodRodHouse_MapEventHeader: ; 0x9c8a2
; people-events
db 1
person_event SPRITE_FISHING_GURU, 7, 6, $6, $0, 255, 255, $a0, 0, FishingGuruScript_0x9c71b, $ffff
; 0x9c8bf
person_event SPRITE_FISHING_GURU, 7, 6, $6, $0, 255, 255, $a0, 0, GoodRodGuru, $ffff