mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-11-14 00:56:40 +13:00
uncommitted bits
This commit is contained in:
parent
360d757451
commit
869986db26
|
|
@ -97,7 +97,8 @@ Additionally, there have been many wild encounter tweaks. View this document for
|
||||||
# Sprite Credits
|
# Sprite Credits
|
||||||
- Zeta_Null: Topaz sprites, numerous tileset bits, Omegadge, Qatu, Phandarin, Stromen, Lickilord,
|
- Zeta_Null: Topaz sprites, numerous tileset bits, Omegadge, Qatu, Phandarin, Stromen, Lickilord,
|
||||||
- Martha's Against Humanity: Shi-Shi, Fossil Aerodactyl, Fossil Kabutops
|
- Martha's Against Humanity: Shi-Shi, Fossil Aerodactyl, Fossil Kabutops
|
||||||
- nuuk: (WIP) Azurill, Electivire, Farigiraf, Glaceon, Honchkrow, Leafeon, Magmortar, Magnezone, Porygon-Z, Sylveon, Togekiss, Wyrdeer
|
- zuperZACH: Clodsire (front), Mismagius, Alolan Vulpix
|
||||||
|
- nuuk: (WIP) Azurill, Electivire, Farigiraf, Glaceon, Honchkrow, Leafeon, Magmortar, Magnezone, Porygon-Z, Sylveon, Togekiss, Wyrdeer, Clodsire (back)
|
||||||
- Scarlax, Pix, BloodlessNX, Kam, Poket, BimbelyGimbly - Animated sprites from [Pokemon October](https://github.com/pokeachromicdevs/pokeoctober): Bellignan, Caretorker (Adbarstork), Inoshika (Aggroswine), Bipulla, Sonegg (Clefling), Kolta (Coalta), Coinpur, Dodaerie, Bundra (Germifrost), Kiwooked (Kiwacki), Eucala (Koalyptus), Trebir, Burgela, Gorotora, Moibelle, Molambino, Dokuroar (Necrorex), Orfry, Blossomole (Petamole), Smujj
|
- Scarlax, Pix, BloodlessNX, Kam, Poket, BimbelyGimbly - Animated sprites from [Pokemon October](https://github.com/pokeachromicdevs/pokeoctober): Bellignan, Caretorker (Adbarstork), Inoshika (Aggroswine), Bipulla, Sonegg (Clefling), Kolta (Coalta), Coinpur, Dodaerie, Bundra (Germifrost), Kiwooked (Kiwacki), Eucala (Koalyptus), Trebir, Burgela, Gorotora, Moibelle, Molambino, Dokuroar (Necrorex), Orfry, Blossomole (Petamole), Smujj
|
||||||
- SoupPotato et al - Various sprites from [Pokemon Gold & Silver '97 Reforged](https://github.com/SoupPotato/gold97); Palssio (Cruize), Pressio (Aquallo) Donmarin (Aquarius), Grenmar (Bombsheal, with edits), Jungela (Gelania), Elebebi (Elebabe), Mimmeo (Metto), Kazeppelin (Numbpuff), Disturban (Turban), Angore (Anchorage)
|
- SoupPotato et al - Various sprites from [Pokemon Gold & Silver '97 Reforged](https://github.com/SoupPotato/gold97); Palssio (Cruize), Pressio (Aquallo) Donmarin (Aquarius), Grenmar (Bombsheal, with edits), Jungela (Gelania), Elebebi (Elebabe), Mimmeo (Metto), Kazeppelin (Numbpuff), Disturban (Turban), Angore (Anchorage)
|
||||||
- SCMidna: Munchlax
|
- SCMidna: Munchlax
|
||||||
|
|
|
||||||
11
gfx/pokemon/vulpixalola/anim.asm
Normal file
11
gfx/pokemon/vulpixalola/anim.asm
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
frame 0, 08
|
||||||
|
frame 1, 10
|
||||||
|
frame 2, 04
|
||||||
|
frame 3, 04
|
||||||
|
frame 2, 04
|
||||||
|
frame 3, 04
|
||||||
|
frame 2, 04
|
||||||
|
frame 3, 04
|
||||||
|
frame 2, 05
|
||||||
|
frame 0, 16
|
||||||
|
endanim
|
||||||
10
gfx/pokemon/vulpixalola/anim_idle.asm
Normal file
10
gfx/pokemon/vulpixalola/anim_idle.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
frame 4, 02
|
||||||
|
frame 5, 02
|
||||||
|
frame 4, 02
|
||||||
|
frame 5, 02
|
||||||
|
frame 4, 02
|
||||||
|
frame 5, 02
|
||||||
|
frame 4, 02
|
||||||
|
frame 5, 02
|
||||||
|
frame 0, 16
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/vulpixalola/back.png
Normal file
BIN
gfx/pokemon/vulpixalola/back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 948 B |
BIN
gfx/pokemon/vulpixalola/front.png
Normal file
BIN
gfx/pokemon/vulpixalola/front.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
2
gfx/pokemon/vulpixalola/shiny.pal
Normal file
2
gfx/pokemon/vulpixalola/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 25, 23, 29
|
||||||
|
RGB 16, 10, 21
|
||||||
|
|
@ -57,11 +57,11 @@ DebugPokemon4Script:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
writetext DebugTextB
|
writetext DebugTextB
|
||||||
cry DOKUROAR
|
cry NIDORAN_M
|
||||||
pause 15
|
pause 15
|
||||||
closetext
|
closetext
|
||||||
loadvar VAR_BATTLETYPE, BATTLETYPE_NORMAL
|
loadvar VAR_BATTLETYPE, BATTLETYPE_NORMAL
|
||||||
loadwildmon DOKUROAR, 60
|
loadwildmon BIPULLA, 60
|
||||||
startbattle
|
startbattle
|
||||||
reloadmapafterbattle
|
reloadmapafterbattle
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue