Anyone have Ruby / sapphire trainer list / stat dumps?

This page summarizes the projects mentioned and recommended in the original post on /r/nuzlocke

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pokeruby

    Decompilation of Pokémon Ruby/Sapphire

  • The Ruby/Sapphire disassembly on GitHub lists the parties and IVs: https://github.com/pret/pokeruby/blob/master/src/data/trainer_parties.h (use control + F). The IVs are given as numbers out of 255, so multiply by 31/255 and round down to get the actual IV. For example, if the IV is listed as 200, then the actual IV is floor(31 * 200 / 255) = 24. The disassembly also contains other information like items: https://github.com/pret/pokeruby/blob/master/src/data/trainers_en.h. Unnamed grunts are only identified by a number, but you can compare them with the parties of grunts listed on Bulbapedia.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [Gen 3] Using RNG manipulation and the Dewford Trend to Determine Feebas Tiles and Secret ID

    2 projects | /r/pokemonrng | 13 Sep 2023
  • [pokeemerald] Figured out how to make running a toggle like newer games instead of having to hold B all the time

    1 project | /r/PokemonROMhacks | 28 Jun 2023
  • Gba development

    2 projects | /r/GameboyAdvance | 21 Apr 2023
  • Future updates to EE?

    1 project | /r/baldursgate | 24 Apr 2023
  • So I made a TON of changes to Route 2 on Fire Red and after saving I can no longer open the rom? I don't know why it's doing this so I'm wondering if anyone here knows?

    2 projects | /r/PokemonROMhacks | 10 Apr 2023