Colorizing ShadowOne333 Sprites (Part 1)
Applying the palettes to the sprites received from ShadowOne333!
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 885 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 886 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 969 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -8,12 +8,12 @@ DebugRoom_MapScripts:
|
||||||
|
|
||||||
DebugPokemon1Script:
|
DebugPokemon1Script:
|
||||||
opentext
|
opentext
|
||||||
getmonname STRING_BUFFER_3, FERADACTYL
|
getmonname STRING_BUFFER_3, KLEAVOR
|
||||||
writetext ReceivedDebugPokemonText
|
writetext ReceivedDebugPokemonText
|
||||||
playsound SFX_CAUGHT_MON
|
playsound SFX_CAUGHT_MON
|
||||||
waitsfx
|
waitsfx
|
||||||
promptbutton
|
promptbutton
|
||||||
givepoke FERADACTYL, 15, HM_WATER_SPORT
|
givepoke KLEAVOR, 15, HM_WATER_SPORT
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -56,11 +56,11 @@ DebugPokemon4Script:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
writetext DebugTextB
|
writetext DebugTextB
|
||||||
cry BELLSPROUT
|
cry KLEAVOR
|
||||||
pause 15
|
pause 15
|
||||||
closetext
|
closetext
|
||||||
loadvar VAR_BATTLETYPE, BATTLETYPE_SUICUNE
|
loadvar VAR_BATTLETYPE, BATTLETYPE_SUICUNE
|
||||||
loadwildmon BELLSPROUT, 10
|
loadwildmon KLEAVOR, 10
|
||||||
startbattle
|
startbattle
|
||||||
reloadmapafterbattle
|
reloadmapafterbattle
|
||||||
end
|
end
|
||||||
|
|