diff --git a/gfx/trainers/aerodactyl.png b/gfx/trainers/aerodactyl.png index f74bd55..daf44e9 100644 Binary files a/gfx/trainers/aerodactyl.png and b/gfx/trainers/aerodactyl.png differ diff --git a/gfx/trainers/kabutops.png b/gfx/trainers/kabutops.png index a8d189a..931f3a2 100644 Binary files a/gfx/trainers/kabutops.png and b/gfx/trainers/kabutops.png differ diff --git a/maps/DebugRoom.asm b/maps/DebugRoom.asm index d1940e0..d43cdda 100644 --- a/maps/DebugRoom.asm +++ b/maps/DebugRoom.asm @@ -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