You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove Special_ prefix from special routines (close #478)
This commit is contained in:
@@ -115,20 +115,20 @@ CeladonGameCornerLuckySlotMachineScript:
|
||||
if_equal 0, CeladonGameCornerSlotMachineScript
|
||||
refreshscreen
|
||||
writebyte FALSE
|
||||
special Special_SlotMachine
|
||||
special SlotMachine
|
||||
closetext
|
||||
end
|
||||
|
||||
CeladonGameCornerSlotMachineScript:
|
||||
refreshscreen
|
||||
writebyte TRUE
|
||||
special Special_SlotMachine
|
||||
special SlotMachine
|
||||
closetext
|
||||
end
|
||||
|
||||
CeladonGameCornerCardFlipScript:
|
||||
refreshscreen
|
||||
special Special_CardFlip
|
||||
special CardFlip
|
||||
closetext
|
||||
end
|
||||
|
||||
@@ -139,7 +139,7 @@ MapCeladonGameCornerSignpost9Script:
|
||||
opentext
|
||||
writetext UnknownText_0x72567
|
||||
waitbutton
|
||||
special Special_CardFlip
|
||||
special CardFlip
|
||||
closetext
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user