You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Phone scripts and specials
This commit is contained in:
@@ -7,9 +7,9 @@ CeladonDeptStore6F_MapScriptHeader:
|
||||
|
||||
; callbacks
|
||||
|
||||
dbw 1, UnknownScript_0x71175
|
||||
dbw 1, .Callback
|
||||
|
||||
UnknownScript_0x71175:
|
||||
.Callback:
|
||||
changeblock $c, $0, $3
|
||||
return
|
||||
|
||||
|
@@ -460,7 +460,7 @@ UnknownScript_0x6ee42:
|
||||
startbattle
|
||||
returnafterbattle
|
||||
pause 20
|
||||
special Function49bf9
|
||||
special CheckCaughtCelebi
|
||||
iffalse UnknownScript_0x6ee8e
|
||||
appear $7
|
||||
applymovement $7, MovementData_0x6ef4e
|
||||
|
@@ -431,8 +431,8 @@ PokeCenter2F_CheckGender:
|
||||
loadmovesprites
|
||||
playsound SFX_TINGLE
|
||||
applymovement PLAYER, MovementData_0x192d17
|
||||
writebyte $80
|
||||
special Functionc225
|
||||
writebyte (1 << 7) | (PAL_OW_RED << 4)
|
||||
special Special_SetPlayerPalette
|
||||
applymovement PLAYER, MovementData_0x192d1c
|
||||
setflag ENGINE_KRIS_IN_CABLE_CLUB
|
||||
special ReplaceKrisSprite
|
||||
@@ -458,8 +458,8 @@ Script_CleanUpFemaleFlagAfterTrade:
|
||||
clearflag ENGINE_KRIS_IN_CABLE_CLUB
|
||||
playsound SFX_TINGLE
|
||||
applymovement PLAYER, MovementData_0x192d17
|
||||
writebyte $90
|
||||
special Functionc225
|
||||
writebyte (1 << 7) | (PAL_OW_BLUE << 4)
|
||||
special Special_SetPlayerPalette
|
||||
applymovement PLAYER, MovementData_0x192d1c
|
||||
special ReplaceKrisSprite
|
||||
applymovement PLAYER, MovementData_0x192d2a
|
||||
@@ -480,8 +480,8 @@ Script_CleanUpFemaleFlagAfterBattle:
|
||||
clearflag ENGINE_KRIS_IN_CABLE_CLUB
|
||||
playsound SFX_TINGLE
|
||||
applymovement PLAYER, MovementData_0x192d17
|
||||
writebyte $90
|
||||
special Functionc225
|
||||
writebyte (1 << 7) | (PAL_OW_BLUE << 4)
|
||||
special Special_SetPlayerPalette
|
||||
applymovement PLAYER, MovementData_0x192d1c
|
||||
special ReplaceKrisSprite
|
||||
applymovement PLAYER, MovementData_0x192d2a
|
||||
@@ -539,8 +539,8 @@ TimeCapsuleScript_CheckPlayerGender:
|
||||
loadmovesprites
|
||||
playsound SFX_TINGLE
|
||||
applymovement PLAYER, MovementData_0x192d17
|
||||
writebyte $80
|
||||
special Functionc225
|
||||
writebyte (1 << 7) | (PAL_OW_RED << 4)
|
||||
special Special_SetPlayerPalette
|
||||
applymovement PLAYER, MovementData_0x192d22
|
||||
faceperson PLAYER, $4
|
||||
setflag ENGINE_KRIS_IN_CABLE_CLUB
|
||||
@@ -568,8 +568,8 @@ Script_LeftTimeCapsule:
|
||||
clearflag ENGINE_KRIS_IN_CABLE_CLUB
|
||||
playsound SFX_TINGLE
|
||||
applymovement PLAYER, MovementData_0x192d17
|
||||
writebyte $90
|
||||
special Functionc225
|
||||
writebyte (1 << 7) | (PAL_OW_BLUE << 4)
|
||||
special Special_SetPlayerPalette
|
||||
applymovement PLAYER, MovementData_0x192d1c
|
||||
special ReplaceKrisSprite
|
||||
applymovement PLAYER, MovementData_0x192cfc
|
||||
|
@@ -104,7 +104,7 @@ Buena:
|
||||
if_equal 30, UnknownScript_0x5d87f
|
||||
playmusic MUSIC_BUENAS_PASSWORD
|
||||
writetext UnknownText_0x5de35
|
||||
special Function4ae12
|
||||
special AskRememberPassword
|
||||
iffalse UnknownScript_0x5d81e
|
||||
writetext UnknownText_0x5de84
|
||||
closetext
|
||||
|
Reference in New Issue
Block a user