You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Remove Special_ prefix from special routines (close #478)
This commit is contained in:
@@ -50,7 +50,7 @@ RuinsOfAlphAerodactylChamber_MapScripts:
|
||||
MapRuinsOfAlphAerodactylChamberSignpost2Script:
|
||||
refreshscreen
|
||||
writebyte UNOWNPUZZLE_AERODACTYL
|
||||
special Special_UnownPuzzle
|
||||
special UnownPuzzle
|
||||
closetext
|
||||
iftrue UnknownScript_0x58df7
|
||||
end
|
||||
@@ -84,7 +84,7 @@ MapRuinsOfAlphAerodactylChamberSignpost4Script:
|
||||
opentext
|
||||
writetext UnknownText_0x58e4f
|
||||
writebyte UNOWNWORDS_LIGHT
|
||||
special Special_DisplayUnownWords
|
||||
special DisplayUnownWords
|
||||
closetext
|
||||
end
|
||||
|
||||
@@ -94,7 +94,7 @@ MapRuinsOfAlphAerodactylChamberSignpost5Script:
|
||||
opentext
|
||||
writetext UnknownText_0x58e81
|
||||
writebyte UNOWNWORDS_LIGHT
|
||||
special Special_DisplayUnownWords
|
||||
special DisplayUnownWords
|
||||
closetext
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user