You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Renaming Slowpoke.
This commit is contained in:
@@ -95,26 +95,26 @@ TrainerGruntF1:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
SlowpokeScript_0x5a681:
|
SlowpokeWithMail:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
cry SLOWPOKE
|
cry SLOWPOKE
|
||||||
writetext UnknownText_0x5abcb
|
writetext SlowpokeWithMailText
|
||||||
yesorno
|
yesorno
|
||||||
iftrue UnknownScript_0x5a68f
|
iftrue .ReadMail
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5a68f:
|
.ReadMail:
|
||||||
writetext UnknownText_0x5ac09
|
writetext SlowpokeMailText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
SlowpokeScript_0x5a695:
|
TaillessSlowpoke:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x5ac61
|
writetext SlowpokeText
|
||||||
cry SLOWPOKE
|
cry SLOWPOKE
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -294,7 +294,7 @@ GruntF1AfterBattleText:
|
|||||||
line "selling them?"
|
line "selling them?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x5abcb:
|
SlowpokeWithMailText:
|
||||||
text "A SLOWPOKE with"
|
text "A SLOWPOKE with"
|
||||||
line "its TAIL cut off…"
|
line "its TAIL cut off…"
|
||||||
|
|
||||||
@@ -302,7 +302,7 @@ UnknownText_0x5abcb:
|
|||||||
line "Read it?"
|
line "Read it?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x5ac09:
|
SlowpokeMailText:
|
||||||
text "<PLAYER> read the"
|
text "<PLAYER> read the"
|
||||||
line "MAIL."
|
line "MAIL."
|
||||||
|
|
||||||
@@ -315,7 +315,7 @@ UnknownText_0x5ac09:
|
|||||||
para "Love, Dad"
|
para "Love, Dad"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x5ac61:
|
SlowpokeText:
|
||||||
text "A SLOWPOKE with"
|
text "A SLOWPOKE with"
|
||||||
line "its TAIL cut off…"
|
line "its TAIL cut off…"
|
||||||
done
|
done
|
||||||
@@ -341,8 +341,8 @@ SlowpokeWellB1F_MapEventHeader:
|
|||||||
object_event SPRITE_ROCKET, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_TRAINER, 1, TrainerGruntM1, EVENT_SLOWPOKE_WELL_ROCKETS
|
object_event SPRITE_ROCKET, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_TRAINER, 1, TrainerGruntM1, EVENT_SLOWPOKE_WELL_ROCKETS
|
||||||
object_event SPRITE_ROCKET, 6, 5, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_TRAINER, 2, TrainerGruntM2, EVENT_SLOWPOKE_WELL_ROCKETS
|
object_event SPRITE_ROCKET, 6, 5, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_TRAINER, 2, TrainerGruntM2, EVENT_SLOWPOKE_WELL_ROCKETS
|
||||||
object_event SPRITE_ROCKET_GIRL, 4, 10, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 4, TrainerGruntF1, EVENT_SLOWPOKE_WELL_ROCKETS
|
object_event SPRITE_ROCKET_GIRL, 4, 10, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 4, TrainerGruntF1, EVENT_SLOWPOKE_WELL_ROCKETS
|
||||||
object_event SPRITE_SLOWPOKE, 4, 7, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, SlowpokeScript_0x5a681, EVENT_SLOWPOKE_WELL_SLOWPOKES
|
object_event SPRITE_SLOWPOKE, 4, 7, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, SlowpokeWithMail, EVENT_SLOWPOKE_WELL_SLOWPOKES
|
||||||
object_event SPRITE_SLOWPOKE, 2, 6, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, SlowpokeScript_0x5a695, EVENT_SLOWPOKE_WELL_SLOWPOKES
|
object_event SPRITE_SLOWPOKE, 2, 6, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, TaillessSlowpoke, EVENT_SLOWPOKE_WELL_SLOWPOKES
|
||||||
object_event SPRITE_KURT, 14, 16, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SlowpokeWellB1FKurtScript, EVENT_SLOWPOKE_WELL_KURT
|
object_event SPRITE_KURT, 14, 16, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SlowpokeWellB1FKurtScript, EVENT_SLOWPOKE_WELL_KURT
|
||||||
object_event SPRITE_BOULDER, 2, 3, SPRITEMOVEDATA_STRENGTH_BOULDER, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SlowpokeWellB1FBoulder, -1
|
object_event SPRITE_BOULDER, 2, 3, SPRITEMOVEDATA_STRENGTH_BOULDER, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SlowpokeWellB1FBoulder, -1
|
||||||
object_event SPRITE_POKE_BALL, 3, 10, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, SlowpokeWellB1FSuperPotion, EVENT_SLOWPOKE_WELL_B1F_SUPER_POTION
|
object_event SPRITE_POKE_BALL, 3, 10, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, SlowpokeWellB1FSuperPotion, EVENT_SLOWPOKE_WELL_B1F_SUPER_POTION
|
||||||
|
Reference in New Issue
Block a user