GSC-style Fossil Aerodactyl/Kabutops sprites

Entirely done by yours truly! (With some help from Llinos on sorting out Aerodactyl's wing)

Also fixed the Pokedex fill command in the debug room.
This commit is contained in:
Martha Schilling 2024-07-16 16:14:25 +01:00
parent 82f9dab3fa
commit a291a6a45a
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 581 B

View file

@ -148,7 +148,7 @@ CheatFillPokedex:
ld bc, 31 ; 001-248
call ByteFill
ld a, %11111111
ld bc, 11 ; 249-336
ld bc, 18 ; 249-392
call ByteFill
ret