mirror of
https://github.com/pret/pokestadium.git
synced 2026-08-09 03:14:27 -05:00
Defines three ranges matching Stadium's item encoding (deciphered from func_80021CE0 in src/22630.c): ITEM_REGULAR_FIRST/LAST/COUNT = 1..83 (regular items) ITEM_HM_FIRST/LAST/COUNT = 196..200 (HM01..HM05) ITEM_TM_FIRST/LAST/COUNT = 201..254 (TM01..TM54) Plus ITEM_NONE = 0. KNOWN_UNKNOWNS: - Stadium has TM01..TM54 (54 TMs); Gen 1 canonical only has 50. IDs 251..254 (TM51..TM54) may be Stadium-specific or unused. - IDs 0, 84..195, 255+ fall through to a placeholder name (gItemNames[6] = '?????') in func_80021CE0. Still matching: md5 ed1378bc… (verified by `make`) |
||
|---|---|---|
| .. | ||
| audio | ||
| libleo | ||
| assert.h | ||
| attributes.h | ||
| color.h | ||
| functions.h | ||
| gfx.h | ||
| global.h | ||
| macro.inc | ||
| macros.h | ||
| math.h | ||
| pokemon.h | ||
| prevent_bss_reordering.h | ||
| sections.h | ||
| sound.h | ||
| stdarg.h | ||
| stdlib.h | ||
| string.h | ||
| trig_tables.inc.c | ||
| variables.h | ||