Remove address comments
This commit is contained in:
+38
-38
@@ -14,7 +14,7 @@
|
||||
.section .rodata
|
||||
|
||||
.align 2
|
||||
MysteryEventScript_StampCard:: @ 8488E28
|
||||
MysteryEventScript_StampCard::
|
||||
setvaddress MysteryEventScript_StampCard
|
||||
setorcopyvar VAR_RESULT, 1
|
||||
specialvar VAR_0x8008, BattleCardAction
|
||||
@@ -30,18 +30,18 @@ MysteryEventScript_StampCard:: @ 8488E28
|
||||
release
|
||||
end
|
||||
|
||||
sText_MysteryGiftStampCard: @ 8488E55
|
||||
sText_MysteryGiftStampCard:
|
||||
.string "Thank you for using the STAMP CARD\n"
|
||||
.string "System.\p"
|
||||
.string "You have {STR_VAR_1} more to collect to\n"
|
||||
.string "fill your STAMP CARD.$"
|
||||
|
||||
MysteryEventScript_SurfPichu:: @ 8488EB5
|
||||
MysteryEventScript_SurfPichu::
|
||||
setvaddress MysteryEventScript_SurfPichu
|
||||
vgoto_if_unset FLAG_MYSTERY_GIFT_DONE, SurfPichu_GiveIfPossible
|
||||
gotoram
|
||||
|
||||
SurfPichu_GiveIfPossible: @ 8488EC4
|
||||
SurfPichu_GiveIfPossible:
|
||||
specialvar VAR_EVENT_PICHU_SLOT, CalculatePlayerPartyCount
|
||||
compare VAR_EVENT_PICHU_SLOT, PARTY_SIZE
|
||||
vgoto_if_eq SurfPichu_FullParty
|
||||
@@ -57,7 +57,7 @@ SurfPichu_GiveIfPossible: @ 8488EC4
|
||||
release
|
||||
end
|
||||
|
||||
SurfPichu_FullParty: @ 8488EEB
|
||||
SurfPichu_FullParty:
|
||||
lock
|
||||
faceplayer
|
||||
vmessage sText_FullParty
|
||||
@@ -66,7 +66,7 @@ SurfPichu_FullParty: @ 8488EEB
|
||||
release
|
||||
end
|
||||
|
||||
SurfPichu_GiveEgg: @ 8488EF6
|
||||
SurfPichu_GiveEgg:
|
||||
giveegg SPECIES_PICHU
|
||||
setmoneventlegal VAR_EVENT_PICHU_SLOT
|
||||
setmonmetlocation VAR_EVENT_PICHU_SLOT, 0xff
|
||||
@@ -82,27 +82,27 @@ SurfPichu_GiveEgg: @ 8488EF6
|
||||
vgoto_if_eq SurfPichu_Slot5
|
||||
return
|
||||
|
||||
SurfPichu_Slot1: @ 8488F38
|
||||
SurfPichu_Slot1:
|
||||
setmonmove 1, 2, MOVE_SURF
|
||||
return
|
||||
|
||||
SurfPichu_Slot2: @ 8488F3E
|
||||
SurfPichu_Slot2:
|
||||
setmonmove 2, 2, MOVE_SURF
|
||||
return
|
||||
|
||||
SurfPichu_Slot3: @ 8488F44
|
||||
SurfPichu_Slot3:
|
||||
setmonmove 3, 2, MOVE_SURF
|
||||
return
|
||||
|
||||
SurfPichu_Slot4: @ 8488F4A
|
||||
SurfPichu_Slot4:
|
||||
setmonmove 4, 2, MOVE_SURF
|
||||
return
|
||||
|
||||
SurfPichu_Slot5: @ 8488F50
|
||||
SurfPichu_Slot5:
|
||||
setmonmove 5, 2, MOVE_SURF
|
||||
return
|
||||
|
||||
sText_MysteryGiftEgg: @ 8488F56
|
||||
sText_MysteryGiftEgg:
|
||||
.string "Thank you for using the MYSTERY\n"
|
||||
.string "GIFT System.\p"
|
||||
.string "From the POKéMON CENTER we\n"
|
||||
@@ -110,12 +110,12 @@ sText_MysteryGiftEgg: @ 8488F56
|
||||
.string "Please raise it with love and\n"
|
||||
.string "kindness.$"
|
||||
|
||||
sText_FullParty: @ 8488FE3
|
||||
sText_FullParty:
|
||||
.string "Oh, your party appears to be full.\p"
|
||||
.string "Please come see me after storing\n"
|
||||
.string "a POKéMON on a PC.$"
|
||||
|
||||
MysteryEventScript_VisitingTrainer:: @ 848903A
|
||||
MysteryEventScript_VisitingTrainer::
|
||||
setvaddress MysteryEventScript_VisitingTrainer
|
||||
special ValidateEReaderTrainer
|
||||
compare VAR_RESULT, 0
|
||||
@@ -128,7 +128,7 @@ MysteryEventScript_VisitingTrainer:: @ 848903A
|
||||
release
|
||||
end
|
||||
|
||||
MysteryEventScript_VisitingTrainerArrived: @ 8489058
|
||||
MysteryEventScript_VisitingTrainerArrived:
|
||||
lock
|
||||
faceplayer
|
||||
vmessage sText_MysteryGiftVisitingTrainer_2
|
||||
@@ -137,7 +137,7 @@ MysteryEventScript_VisitingTrainerArrived: @ 8489058
|
||||
release
|
||||
end
|
||||
|
||||
sText_MysteryGiftVisitingTrainer: @ 8489063
|
||||
sText_MysteryGiftVisitingTrainer:
|
||||
.string "Thank you for using the MYSTERY\n"
|
||||
.string "GIFT System.\p"
|
||||
.string "By holding this WONDER CARD, you\n"
|
||||
@@ -153,7 +153,7 @@ sText_MysteryGiftVisitingTrainer: @ 8489063
|
||||
.string "it to the WIRELESS\l"
|
||||
.string "COMMUNICATION SYSTEM.$"
|
||||
|
||||
sText_MysteryGiftVisitingTrainer_2: @ 84891B0
|
||||
sText_MysteryGiftVisitingTrainer_2:
|
||||
.string "Thank you for using the MYSTERY\n"
|
||||
.string "GIFT System.\p"
|
||||
.string "A TRAINER has arrived in the SEVII\n"
|
||||
@@ -165,7 +165,7 @@ sText_MysteryGiftVisitingTrainer_2: @ 84891B0
|
||||
.string "Try looking for other passwords\n"
|
||||
.string "that may work.$"
|
||||
|
||||
MysteryEventScript_BattleCard:: @ 84892B9
|
||||
MysteryEventScript_BattleCard::
|
||||
setvaddress MysteryEventScript_BattleCard
|
||||
vgoto_if_set FLAG_MYSTERY_GIFT_DONE, MysteryEventScript_BattleCardInfo
|
||||
setorcopyvar VAR_RESULT, 2
|
||||
@@ -182,7 +182,7 @@ MysteryEventScript_BattleCard:: @ 84892B9
|
||||
setflag FLAG_MYSTERY_GIFT_DONE
|
||||
end
|
||||
|
||||
MysteryEventScript_BattleCardInfo: @ 84892F6
|
||||
MysteryEventScript_BattleCardInfo:
|
||||
lock
|
||||
faceplayer
|
||||
vmessage sText_MysteryGiftBattleCountCard
|
||||
@@ -191,7 +191,7 @@ MysteryEventScript_BattleCardInfo: @ 84892F6
|
||||
release
|
||||
end
|
||||
|
||||
sText_MysteryGiftBattleCountCard: @ 8489301
|
||||
sText_MysteryGiftBattleCountCard:
|
||||
.string "Thank you for using the MYSTERY\n"
|
||||
.string "GIFT System.\p"
|
||||
.string "Your BATTLE COUNT CARD keeps\n"
|
||||
@@ -203,7 +203,7 @@ sText_MysteryGiftBattleCountCard: @ 8489301
|
||||
.string "by reading the NEWS.\p"
|
||||
.string "Please do give it a try!$"
|
||||
|
||||
sText_MysteryGiftBattleCountCard_2: @ 8489419
|
||||
sText_MysteryGiftBattleCountCard_2:
|
||||
.string "Thank you for using the MYSTERY\n"
|
||||
.string "GIFT System.\p"
|
||||
.string "Congratulations!\p"
|
||||
@@ -212,7 +212,7 @@ sText_MysteryGiftBattleCountCard_2: @ 8489419
|
||||
.string "We hope you will be inspired to\n"
|
||||
.string "battle some more.$"
|
||||
|
||||
MysteryEventScript_AuroraTicket:: @ 84894B9
|
||||
MysteryEventScript_AuroraTicket::
|
||||
setvaddress MysteryEventScript_AuroraTicket
|
||||
lock
|
||||
faceplayer
|
||||
@@ -236,43 +236,43 @@ MysteryEventScript_AuroraTicket:: @ 84894B9
|
||||
release
|
||||
end
|
||||
|
||||
AuroraTicket_NoBagSpace: @ 8489514
|
||||
AuroraTicket_NoBagSpace:
|
||||
vmessage sText_AuroraTicketNoPlace
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
release
|
||||
end
|
||||
|
||||
AuroraTicket_Obtained: @ 848951D
|
||||
AuroraTicket_Obtained:
|
||||
vmessage sText_AuroraTicketGot
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
release
|
||||
end
|
||||
|
||||
sText_AuroraTicket1: @ 8489526
|
||||
sText_AuroraTicket1:
|
||||
.string "Thank you for using the MYSTERY\n"
|
||||
.string "GIFT System.\p"
|
||||
.string "You must be {PLAYER}.\n"
|
||||
.string "There is a ticket here for you.$"
|
||||
|
||||
sText_AuroraTicket2: @ 8489583
|
||||
sText_AuroraTicket2:
|
||||
.string "It appears to be for use at the\n"
|
||||
.string "VERMILION CITY port.\p"
|
||||
.string "Why not give it a try and see what\n"
|
||||
.string "it is about?$"
|
||||
|
||||
sText_AuroraTicketGot: @ 84895E8
|
||||
sText_AuroraTicketGot:
|
||||
.string "Thank you for using the MYSTERY\n"
|
||||
.string "GIFT System.$"
|
||||
|
||||
sText_AuroraTicketNoPlace: @ 8489615
|
||||
sText_AuroraTicketNoPlace:
|
||||
.string "Oh, I'm sorry, {PLAYER}. Your BAG's\n"
|
||||
.string "KEY ITEMS POCKET is full.\p"
|
||||
.string "Please store something on your PC,\n"
|
||||
.string "then come back for this.$"
|
||||
|
||||
MysteryEventScript_MysticTicket:: @ 8489689
|
||||
MysteryEventScript_MysticTicket::
|
||||
setvaddress MysteryEventScript_MysticTicket
|
||||
lock
|
||||
faceplayer
|
||||
@@ -297,49 +297,49 @@ MysteryEventScript_MysticTicket:: @ 8489689
|
||||
release
|
||||
end
|
||||
|
||||
MysticTicket_NoBagSpace: @ 84896ED
|
||||
MysticTicket_NoBagSpace:
|
||||
vmessage sText_MysticTicketNoPlace
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
release
|
||||
end
|
||||
|
||||
MysticTicket_Obtained: @ 84896F6
|
||||
MysticTicket_Obtained:
|
||||
vmessage sText_MysticTicketGot
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
release
|
||||
end
|
||||
|
||||
sText_MysticTicket2: @ 84896FF
|
||||
sText_MysticTicket2:
|
||||
.string "Thank you for using the MYSTERY\n"
|
||||
.string "GIFT System.\p"
|
||||
.string "You must be {PLAYER}.\n"
|
||||
.string "There is a ticket here for you.$"
|
||||
|
||||
sText_MysticTicket1: @ 848975C
|
||||
sText_MysticTicket1:
|
||||
.string "It appears to be for use at the\n"
|
||||
.string "VERMILION CITY port.\p"
|
||||
.string "Why not give it a try and see what\n"
|
||||
.string "it is about?$"
|
||||
|
||||
sText_MysticTicketGot: @ 84897C1
|
||||
sText_MysticTicketGot:
|
||||
.string "Thank you for using the MYSTERY\n"
|
||||
.string "GIFT System.$"
|
||||
|
||||
sText_MysticTicketNoPlace: @ 84897EE
|
||||
sText_MysticTicketNoPlace:
|
||||
.string "Oh, I'm sorry, {PLAYER}. Your BAG's\n"
|
||||
.string "KEY ITEMS POCKET is full.\p"
|
||||
.string "Please store something on your PC,\n"
|
||||
.string "then come back for this.$"
|
||||
|
||||
MysteryEventScript_AlteringCave:: @ 8489862
|
||||
MysteryEventScript_AlteringCave::
|
||||
setvaddress MysteryEventScript_AlteringCave
|
||||
addvar VAR_ALTERING_CAVE_WILD_SET, 1
|
||||
compare VAR_ALTERING_CAVE_WILD_SET, 10
|
||||
vgoto_if_ne MysteryEventScript_AlteringCave_
|
||||
setvar VAR_ALTERING_CAVE_WILD_SET, 0
|
||||
MysteryEventScript_AlteringCave_: @ 848987C
|
||||
MysteryEventScript_AlteringCave_:
|
||||
lock
|
||||
faceplayer
|
||||
vmessage sText_MysteryGiftAlteringCave
|
||||
@@ -348,7 +348,7 @@ MysteryEventScript_AlteringCave_: @ 848987C
|
||||
release
|
||||
end
|
||||
|
||||
sText_MysteryGiftAlteringCave: @ 8489887
|
||||
sText_MysteryGiftAlteringCave:
|
||||
.string "Thank you for using the MYSTERY\n"
|
||||
.string "GIFT System.\p"
|
||||
.string "Recently, there have been rumors\n"
|
||||
|
||||
Reference in New Issue
Block a user