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:
|
||||
opentext
|
||||
getmonname STRING_BUFFER_3, FERADACTYL
|
||||
getmonname STRING_BUFFER_3, KLEAVOR
|
||||
writetext ReceivedDebugPokemonText
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitsfx
|
||||
promptbutton
|
||||
givepoke FERADACTYL, 15, HM_WATER_SPORT
|
||||
givepoke KLEAVOR, 15, HM_WATER_SPORT
|
||||
closetext
|
||||
end
|
||||
|
||||
|
@ -56,11 +56,11 @@ DebugPokemon4Script:
|
|||
faceplayer
|
||||
opentext
|
||||
writetext DebugTextB
|
||||
cry BELLSPROUT
|
||||
cry KLEAVOR
|
||||
pause 15
|
||||
closetext
|
||||
loadvar VAR_BATTLETYPE, BATTLETYPE_SUICUNE
|
||||
loadwildmon BELLSPROUT, 10
|
||||
loadwildmon KLEAVOR, 10
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
end
|
||||
|
|