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:
@@ -56,7 +56,7 @@ Route34_MapScripts:
|
||||
DayCareManScript_Outside:
|
||||
faceplayer
|
||||
opentext
|
||||
special Special_DayCareManOutside
|
||||
special DayCareManOutside
|
||||
waitbutton
|
||||
closetext
|
||||
if_equal TRUE, .end_fail
|
||||
@@ -77,13 +77,13 @@ DayCareManScript_Outside:
|
||||
|
||||
DayCareMon1Script:
|
||||
opentext
|
||||
special Special_DayCareMon1
|
||||
special DayCareMon1
|
||||
closetext
|
||||
end
|
||||
|
||||
DayCareMon2Script:
|
||||
opentext
|
||||
special Special_DayCareMon2
|
||||
special DayCareMon2
|
||||
closetext
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user