Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompile relevant NARCs under poketool #103

Open
6 of 13 tasks
lhearachel opened this issue Nov 3, 2023 · 3 comments
Open
6 of 13 tasks

Decompile relevant NARCs under poketool #103

lhearachel opened this issue Nov 3, 2023 · 3 comments

Comments

@lhearachel
Copy link
Collaborator

lhearachel commented Nov 3, 2023

NARCs that have yet to be decompiled are organized underneath res/prebuilt.

  • poketool/pokegra/height.narc - Height data for base Pokemon
  • poketool/pokegra/height_o.narc - Height data for Pokemon with forms
  • poketool/trgra/trbgra.narc - Back-facing sprites for trainer classes which have them
  • poketool/trgra/trfgra.narc - Front-facing sprites for trainer classes
  • poketool/personal/evo.narc - Evolution data for Pokemon species
  • poketool/personal/pl_growtbl.narc - Experience curve data
  • poketool/trmsg/trtbl.narc - Mappings of trainer IDs to in-battle message types
  • poketool/trmsg/trtblofs.narc - Mappings of trainer IDs to their starting offset in trtbl.narc
  • poketool/pokefoot/pokefoot.narc - Footprint sprites for base Pokemon
  • poketool/pl_pokezukan.narc - Mapping of each base Pokemon to its Sinnoh Pokedex number
  • poketool/shinzukan.narc - Mapping of each base Pokemon to its National Pokedex number
  • poketool/pokeanm/pl_pokeanm.narc - Animation frames for Pokemon in-battle; never used nor referenced in the production ROM.
  • poketool/poke_edit/pl_poke_data.narc - Table of data for in-battle sprite offsets, shadow coordinates, and animation constants for each Pokemon
@lhearachel
Copy link
Collaborator Author

poketool/personal/evo.narc handled by #116

@wildfire248
Copy link
Contributor

poketool/pl_pokezukan.narc and poketool/shinzukan.narc decomped by #143

@lhearachel
Copy link
Collaborator Author

pl_growtbl decompiled by #147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants