Incomplete labelling

This commit is contained in:
surskitty
2018-02-01 23:30:17 -05:00
parent 7547ad839c
commit ae909428ae
2 changed files with 30 additions and 30 deletions

View File

@@ -13,72 +13,72 @@ PokemonFanClub_MapScripts:
.MapCallbacks: .MapCallbacks:
db 0 db 0
GentlemanScript_0x1917e9: PokemonFanClubPresident:
faceplayer faceplayer
opentext opentext
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
iftrue UnknownScript_0x191815 iftrue .HeardSpeech
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL
iftrue UnknownScript_0x191802 iftrue .HeardSpeechButBagFull
writetext UnknownText_0x191881 writetext UnknownText_0x191881
yesorno yesorno
iffalse UnknownScript_0x19181b iffalse .NotListening
writetext UnknownText_0x191911 writetext UnknownText_0x191911
buttonsound buttonsound
UnknownScript_0x191802: .HeardSpeechButBagFull:
writetext UnknownText_0x191a3d writetext UnknownText_0x191a3d
buttonsound buttonsound
verbosegiveitem RARE_CANDY verbosegiveitem RARE_CANDY
iffalse UnknownScript_0x19181f iffalse .BagFull
setevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT setevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
writetext UnknownText_0x191a72 writetext UnknownText_0x191a72
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x191815: .HeardSpeech:
writetext UnknownText_0x191ae0 writetext UnknownText_0x191ae0
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x19181b: .NotListening:
writetext UnknownText_0x191b38 writetext UnknownText_0x191b38
waitbutton waitbutton
UnknownScript_0x19181f: .BagFull:
closetext closetext
end end
PokemonFanClubReceptionistScript: PokemonFanClubReceptionistScript:
jumptextfaceplayer PokemonFanClubReceptionistText jumptextfaceplayer PokemonFanClubReceptionistText
FisherScript_0x191824: PokemonFanClubClefairyGuy:
faceplayer faceplayer
opentext opentext
checkevent EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB checkevent EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB
iftrue UnknownScript_0x19185f iftrue .GotLostItem
checkevent EVENT_RETURNED_MACHINE_PART checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x191838 iftrue .FoundClefairyDoll
writetext UnknownText_0x191ba0 writetext UnknownText_0x191ba0
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x191838: .FoundClefairyDoll:
writetext UnknownText_0x191bff writetext UnknownText_0x191bff
checkevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM checkevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
iftrue UnknownScript_0x191844 iftrue .MetCopycat
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x191844: .MetCopycat:
buttonsound buttonsound
writetext UnknownText_0x191c5a writetext UnknownText_0x191c5a
buttonsound buttonsound
waitsfx waitsfx
giveitem LOST_ITEM giveitem LOST_ITEM
iffalse UnknownScript_0x191865 iffalse .NoRoom
disappear POKEMONFANCLUB_FAIRY disappear POKEMONFANCLUB_FAIRY
writetext UnknownText_0x191d0a writetext UnknownText_0x191d0a
playsound SFX_KEY_ITEM playsound SFX_KEY_ITEM
@@ -88,13 +88,13 @@ UnknownScript_0x191844:
closetext closetext
end end
UnknownScript_0x19185f: .GotLostItem:
writetext UnknownText_0x191d1e writetext UnknownText_0x191d1e
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x191865: .NoRoom:
writetext UnknownText_0x191d58 writetext UnknownText_0x191d58
waitbutton waitbutton
closetext closetext
@@ -115,10 +115,10 @@ FanClubBayleef:
end end
MapPokemonFanClubSignpost0Script: MapPokemonFanClubSignpost0Script:
jumptext UnknownText_0x191dfc jumptext PokemonFanClubListenSignText
MapPokemonFanClubSignpost1Script: MapPokemonFanClubSignpost1Script:
jumptext UnknownText_0x191e29 jumptext PokemonFanClubBraggingSignText
UnknownText_0x191881: UnknownText_0x191881:
text "I'm the CHAIRMAN" text "I'm the CHAIRMAN"
@@ -285,13 +285,13 @@ FanClubBayleefText:
text "BAYLEEF: Li liif!" text "BAYLEEF: Li liif!"
done done
UnknownText_0x191dfc: PokemonFanClubListenSignText:
text "Let's all listen" text "Let's all listen"
line "politely to other" line "politely to other"
cont "trainers." cont "trainers."
done done
UnknownText_0x191e29: PokemonFanClubBraggingSignText:
text "If someone brags," text "If someone brags,"
line "brag right back!" line "brag right back!"
done done
@@ -315,9 +315,9 @@ PokemonFanClub_MapEvents:
.ObjectEvents: .ObjectEvents:
db 6 db 6
object_event 3, 1, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GentlemanScript_0x1917e9, -1 object_event 3, 1, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubPresident, -1
object_event 4, 1, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, PokemonFanClubReceptionistScript, -1 object_event 4, 1, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, PokemonFanClubReceptionistScript, -1
object_event 2, 3, SPRITE_FISHER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, FisherScript_0x191824, -1 object_event 2, 3, SPRITE_FISHER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubClefairyGuy, -1
object_event 7, 2, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubTeacherScript, -1 object_event 7, 2, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubTeacherScript, -1
object_event 2, 4, SPRITE_FAIRY, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ClefairyDoll, EVENT_VERMILION_FAN_CLUB_DOLL object_event 2, 4, SPRITE_FAIRY, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ClefairyDoll, EVENT_VERMILION_FAN_CLUB_DOLL
object_event 7, 3, SPRITE_ODDISH, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, FanClubBayleef, -1 object_event 7, 3, SPRITE_ODDISH, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, FanClubBayleef, -1

View File

@@ -24,13 +24,13 @@ LassScript_0x19932a:
faceplayer faceplayer
opentext opentext
checkevent EVENT_RETURNED_MACHINE_PART checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x199338 iftrue .ReturnedPart
writetext UnknownText_0x19938d writetext UnknownText_0x19938d
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x199338: .ReturnedPart:
writetext UnknownText_0x19940d writetext UnknownText_0x19940d
waitbutton waitbutton
closetext closetext
@@ -40,13 +40,13 @@ PokefanMScript_0x19933e:
faceplayer faceplayer
opentext opentext
checkevent EVENT_RETURNED_MACHINE_PART checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x19934c iftrue .ReturnedPart
writetext UnknownText_0x199460 writetext UnknownText_0x199460
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x19934c: .ReturnedPart:
writetext UnknownText_0x1994ae writetext UnknownText_0x1994ae
waitbutton waitbutton
closetext closetext
@@ -62,13 +62,13 @@ FisherScript_0x199358:
faceplayer faceplayer
opentext opentext
checkevent EVENT_RETURNED_MACHINE_PART checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x199366 iftrue .ReturnedPart
writetext UnknownText_0x1995fc writetext UnknownText_0x1995fc
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x199366: .ReturnedPart:
writetext UnknownText_0x19964b writetext UnknownText_0x19964b
waitbutton waitbutton
closetext closetext