TwitchPlaysPokemon / metronome-sapphire

Experimental game where all battles are played entirely with Metronome.
1 stars 3 forks source link

Starter selection needs to be consistent #6

Closed m4-used-rollout closed 5 years ago

m4-used-rollout commented 5 years ago

Currently, the starter selector doesn't show the starter you get, and also may not create a pokedex entry for the starter you get.

m4-used-rollout commented 5 years ago

This might be difficult to do since starters are static in ROM. Having the game choose different random starters each time is tough.

Maybe skip the entire starter selection sequence?

aaaaaa123456789 commented 5 years ago

Define "static"?

On Sat, 2 Mar 2019 16:41 M4 <notifications@github.com wrote:

This might be difficult to do since starters are static in ROM. Having the game choose different random starters each time is tough.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TwitchPlaysPokemon/metronome-sapphire/issues/6#issuecomment-468953137, or mute the thread https://github.com/notifications/unsubscribe-auth/AF2FfAZZIphE3t3kUZYkA3PE1RKMWK1rks5vStPlgaJpZM4bW_p8 .

m4-used-rollout commented 5 years ago

I mean the starter table is stored in ROM not RAM. It's a static const. The game can't edit it live.

aaaaaa123456789 commented 5 years ago

That should be an easy fix.

m4-used-rollout commented 5 years ago

Fixed by 1ea5156d205bbfd7157f5525d9f09cf6146eadd7