mirror of
https://github.com/zeldaret/ph
synced 2026-06-02 18:18:33 -04:00
26 lines
922 B
Markdown
26 lines
922 B
Markdown
# Actors
|
|
This file documents what is known about actors in the game.
|
|
- [Actor IDs](#actor-ids)
|
|
|
|
## Actor IDs
|
|
Many actors have a 4-character ID associated with it. This table shows all known IDs and their respective meanings or
|
|
translations. Feel free to contribute to this list!
|
|
|
|
> [!NOTE]
|
|
> These IDs will appear in memory in reverse order. This is because allocation IDs are often interpreted as 32-bit integers,
|
|
> and integers are stored in little-endian which effectively "reverses" the character order.
|
|
|
|
ID | Translation | Meaning
|
|
-------|--------------|---------
|
|
`NAVI` | Navi | Spirit of Courage (Ciela)
|
|
`FCNV` | Force Navi | Spirit of Power (Leaf)
|
|
`WSNV` | Wisdom Navi | Spirit of Wisdom (Neri)
|
|
`RUPY` | Rupee
|
|
`HART` | Heart
|
|
`BOMB` | Bomb
|
|
`ARRW` | Arrow
|
|
`AMOS` | Armos
|
|
`CHUC` | Chuchu
|
|
`BMOS` | Beamos
|
|
`PLDM` | Player Dummy | Placeholder for switching between Gongoron/Link
|