mirror of https://github.com/pret/pokecrystal.git
Remove address comment
This commit is contained in:
parent
e2fb7acac0
commit
c7032617aa
|
@ -1,7 +1,7 @@
|
||||||
; This was a table of Pokémon sprite banks in the 1997 G/S prototype.
|
; 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.
|
; See pokegold-spaceworld's gfx/pokemon/pkmn_pic_banks.asm.
|
||||||
|
|
||||||
Unreferenced_MonPicBanks: ; 53d84
|
Unreferenced_MonPicBanks:
|
||||||
; last mon in bank, bank #
|
; last mon in bank, bank #
|
||||||
db RAICHU, $15 + 0
|
db RAICHU, $15 + 0
|
||||||
db DUGTRIO, $15 + 1
|
db DUGTRIO, $15 + 1
|
||||||
|
|
Loading…
Reference in New Issue