mirror of
https://github.com/pret/pokestadium.git
synced 2026-08-09 11:17:21 -05:00
The per-species base-stats table (HP/Attack/Defense/Speed/Special) and its sibling all-unk_NN struct. Used in CalculateStatValue (src/22630.c), func_88600020 (src/fragments/27/fragment27.c), and battle code (src/fragments/62/*). Note: also updates linker_scripts/us/symbol_addrs.txt and undefined_syms.ld — the original 'do not edit linker scripts' rule from the rename plan was incomplete: when a symbol is declared by name in symbol_addrs.txt or undefined_syms.ld, the rename MUST propagate to the linker script, otherwise the new symbol is undefined and the link fails. The address (0x80070F84) is preserved. D_80070FA0[] stays as-is (different table, different layout, kept on the renamed PokemonStatsExtended type via the extern decl). Still matching: md5 ed1378bc… (verified by `make`) |
||
|---|---|---|
| .. | ||
| hardware_regs.ld | ||
| symbol_addrs_code.txt | ||
| symbol_addrs_ultralib.txt | ||
| symbol_addrs.txt | ||
| undefined_syms.ld | ||
| unused_syms.ld | ||