From c88dd75ba1665ea2f92e0dd765ad1a8396745b9c Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 14 Dec 2011 21:22:54 -0700 Subject: [PATCH] =?UTF-8?q?Add=20Pok=C3=A9mon=20that=20appear=20on=20the?= =?UTF-8?q?=20title=20screen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hg-commit-id: 946c0db2db3b --- pokered.asm | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 2c0b1bea..3b4695ff 100644 --- a/pokered.asm +++ b/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