Skip to content

Game hub

Sign in

Demo data accounts are live, the database isn't. Every run below is seeded and nothing saves. Add your Supabase keys to .env.local to make it real (see SETUP.md § Supabase).

Games/Gen 4

Renegade Platinum

Sinnoh (hack) · ROM hack · 2018 · 8 badgesFull trainer sets

Trainer AI

  • Every Gen 4 trainer scores moves from a base of 100 using AI flags (basic, setup, expert, and more).
  • Equal top scores pick at random. Modifiers stack across different flags, but usually not twice inside one flag.
  • The gist is the readable flag-by-flag reference; the pokeplatinum C file is the decomp source of truth.
  • Uses the Gen 4 (DPPt) trainer AI — same flag scoring as Platinum. Read the Gen 4 reference before hard fights.