mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

This adds the boy/girl selection from later generations, using the pret tutorial and a spriteset from Pokemon Anniversary Red. I made some alterations, namely inserting the option later into the speech to be less clunky, and having the Nidorino become a Nidorina if you pick the feminine option. I decided to make the third name option Seren, a common Welsh name for girls. It means "star", which is really cute! But...most people will probably say it's a Panel de Pon reference, which is cool too.
8 lines
460 B
NASM
8 lines
460 B
NASM
RedFishingTilesFront: INCBIN "gfx/overworld/red_fish_front.2bpp"
|
|
RedFishingTilesBack: INCBIN "gfx/overworld/red_fish_back.2bpp"
|
|
RedFishingTilesSide: INCBIN "gfx/overworld/red_fish_side.2bpp"
|
|
RedFishingRodTiles: INCBIN "gfx/overworld/fishing_rod.2bpp"
|
|
GreenFishingTilesFront: INCBIN "gfx/overworld/green_fish_front.2bpp"
|
|
GreenFishingTilesBack: INCBIN "gfx/overworld/green_fish_back.2bpp"
|
|
GreenFishingTilesSide: INCBIN "gfx/overworld/green_fish_side.2bpp"
|