From 5cbff21a0dc8f1bbf8c9de289506d25d5ee8c78e Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 24 Jun 2018 01:13:59 -0400 Subject: [PATCH] =?UTF-8?q?Unreferenced=5F53d84=20=E2=86=92=20Unreferenced?= =?UTF-8?q?=5FMonPicBanks=20from=20pokegold-spaceworld?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/pokemon/unused_pic_banks.asm | 17 +++++++++++++++++ data/unused_53d84.asm | 13 ------------- main.asm | 2 +- 3 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 data/pokemon/unused_pic_banks.asm delete mode 100644 data/unused_53d84.asm diff --git a/data/pokemon/unused_pic_banks.asm b/data/pokemon/unused_pic_banks.asm new file mode 100644 index 000000000..85ac223f1 --- /dev/null +++ b/data/pokemon/unused_pic_banks.asm @@ -0,0 +1,17 @@ +; This was a table of Pokémon sprite banks in the 1997 G/S prototype. +; See pokegold-spaceworld's gfx/pokemon/pkmn_pic_banks.asm. + +Unreferenced_MonPicBanks: ; 53d84 + ; last mon in bank, bank # + db RAICHU, $15 + 0 + db DUGTRIO, $15 + 1 + db GRAVELER, $15 + 2 + db KRABBY, $15 + 3 + db STARMIE, $15 + 4 + db ARTICUNO, $15 + 5 + db ARIADOS, $15 + 6 ; JARANRA in pokegold-spaceworld + db ESPEON, $15 + 7 ; KOUNYA in pokegold-spaceworld + db OCTILLERY, $15 + 8 ; BOMBSEEKER in pokegold-spaceworld + db LARVITAR, $15 + 9 ; NYULA in pokegold-spaceworld + db $ff, $15 + 10 + db $ff, $15 + 11 diff --git a/data/unused_53d84.asm b/data/unused_53d84.asm deleted file mode 100644 index 026ec5275..000000000 --- a/data/unused_53d84.asm +++ /dev/null @@ -1,13 +0,0 @@ -Unreferenced_53d84: - db $1a, $15 - db $33, $16 - db $4b, $17 - db $62, $18 - db $79, $19 - db $90, $1a - db $a8, $1b - db $c4, $1c - db $e0, $1d - db $f6, $1e - db $ff, $1f - db $ff, $20 diff --git a/main.asm b/main.asm index 93a530079..9ab191cb6 100644 --- a/main.asm +++ b/main.asm @@ -264,7 +264,7 @@ INCLUDE "engine/gfx/load_pics.asm" INCLUDE "engine/pokemon/move_mon_wo_mail.asm" INCLUDE "data/pokemon/base_stats.asm" INCLUDE "data/pokemon/names.asm" -INCLUDE "data/unused_53d84.asm" +INCLUDE "data/pokemon/unused_pic_banks.asm" UnknownEggPic:: ; 53d9c ; Another egg pic. This is shifted up a few pixels.