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

Platinum Kaizo

Sinnoh (hack) · ROM hack · 2020 · 8 badges

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.
  • Every trainer carries real DPPt AI flags — basic, expert, status, harass, risky — and the docs record which.
  • The Kaizo Hub models this AI move-by-move, including the ¼-recoil scoring rule, in its turn-by-turn projection.

This repo's Kaizo Hub has all 436 trainers with their AI flags, routes, dex and a turn-by-turn projection.