mirror of
https://github.com/zeldaret/ph
synced 2026-06-23 00:30:02 -04:00
88 lines
1.6 KiB
Markdown
88 lines
1.6 KiB
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
|
|
-------|--------------|---------
|
|
`SWOB`
|
|
`EVIC`
|
|
`NAVI` | Navi | Spirit of Courage (Ciela)
|
|
`FCNV` | Force Navi | Spirit of Power (Leaf)
|
|
`WSNV` | Wisdom Navi | Spirit of Wisdom (Neri)
|
|
`ACOB`
|
|
`EFWV` | Effect Wave?
|
|
`EFRP` | Effect Ripple?
|
|
`EFRL`
|
|
`LOND`
|
|
`FMSG` | F Message?
|
|
`NMSG` | N Message?
|
|
`CMSG` | C Message?
|
|
`BTCH`
|
|
`BTRF`
|
|
`BTDC`
|
|
`HART` | Heart
|
|
`RUPY` | Rupee
|
|
`BOMB` | Bomb
|
|
`ARRW` | Arrow
|
|
`PLDM` | Player Dummy | Placeholder for switching between Gongoron/Link
|
|
`PSBL` | Push Block
|
|
`DRUM`
|
|
`NKEY`
|
|
`WBSS`
|
|
`MLDW` | Sandworm
|
|
`FBSS`
|
|
`FBS1`
|
|
`VLRG`
|
|
`TEKT` | Tektite
|
|
`PLSV` | Pols Voice
|
|
`YETI` | Yook
|
|
`HPLP`
|
|
`HLMK`
|
|
`AMOS` | Armos
|
|
`HNKS`
|
|
`PMET`
|
|
`STLF` | Stalfos
|
|
`STLP`
|
|
`STLW` | Stalfos Warrior
|
|
`STLH`
|
|
`CBS0`
|
|
`EGST`
|
|
`SPDR`
|
|
`WTCR`
|
|
`GO1M`
|
|
`CHUC` | ChuChu
|
|
`ICHC`
|
|
`GELL` | Gel
|
|
`BEE0` | Bee
|
|
`BEEH` | Bee Hive
|
|
`ICHH`
|
|
`POON`
|
|
`FLTB`
|
|
`KOKO` | Cucco
|
|
`GROK`
|
|
`RYDM`
|
|
`WSBS`
|
|
`WSBH`
|
|
`KMDB`
|
|
`PBZK`
|
|
`SNAK` | Rope | The purple snake enemy
|
|
`RAT1`
|
|
`OCTA` | Octorok
|
|
`KETH` | Keese
|
|
`RAT0` | Rat
|
|
`FSHM`
|
|
`BBLE` | Bubble?
|
|
`BMOS` | Beamos
|
|
`TAIL`
|
|
`LKLK` | Like Like
|
|
`CROW` | Crow
|
|
`FIRS`
|