mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Add Pokémon that appear on the title screen.
hg-commit-id: 946c0db2db3b
This commit is contained in:
parent
f9a8858dd1
commit
c88dd75ba1
23
pokered.asm
23
pokered.asm
|
@ -1178,7 +1178,28 @@ MewPicFront:
|
|||
MewPicBack:
|
||||
INCBIN "pic/monback/mewb.pic"
|
||||
|
||||
INCBIN "baserom.gbc",$425B,$5AF2-$425B
|
||||
INCBIN "baserom.gbc",$425B,$4588-$425B
|
||||
|
||||
TitleMons: ; 4588
|
||||
; mons on the title screen are randomly chosen from here
|
||||
db CHARMANDER
|
||||
db SQUIRTLE
|
||||
db BULBASAUR
|
||||
db WEEDLE
|
||||
db NIDORAN_M
|
||||
db SCYTHER
|
||||
db PIKACHU
|
||||
db CLEFAIRY
|
||||
db RHYDON
|
||||
db ABRA
|
||||
db GASTLY
|
||||
db DITTO
|
||||
db PIDGEOTTO
|
||||
db ONIX
|
||||
db PONYTA
|
||||
db MAGIKARP
|
||||
|
||||
INCBIN "baserom.gbc",$4598,$5AF2-$4598
|
||||
|
||||
MainMenu:
|
||||
; Check save file
|
||||
|
|
Loading…
Reference in a new issue