mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 23:21:37 -04:00
104 lines
2.2 KiB
Markdown
104 lines
2.2 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?
|
|
`TMAP` | Treasure Map
|
|
`DGTG` | | Diggable spot
|
|
`ITBT` | | 10 Bombchus shop item
|
|
`ITBM` | | 10 Bombs shop item
|
|
`ITTR` | | Random treasure shop item
|
|
`ITHU` | | Heart container shop item
|
|
`ITAP` | | Quiver shop item
|
|
`ITBB` | | Bomb bag shop item
|
|
`ITPB` | | Red potion shop item
|
|
`ITSR` | | Courage (green) gem shop item
|
|
`ITSL` | | Shield shop item
|
|
`ITSO` | | Sold out sign in shop
|
|
`BTCH`
|
|
`BTRF`
|
|
`BTDC`
|
|
`HART` | Heart
|
|
`RUPY` | Rupee
|
|
`BOMB` | Bomb
|
|
`ARRW` | Arrow
|
|
`PLDM` | Player Dummy | Placeholder for switching between Gongoron/Link
|
|
`PSBL` | Push Block
|
|
`WBLK` | Wind Block | The blocks in the Wind Temple that blow air
|
|
`DRUM` | Drum | Storage drum on the Ghost Ship
|
|
`NKEY` | Small Key
|
|
`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 | Bird that steals rupees
|
|
`FIRS`
|
|
`LNBK` | Linebeck
|
|
`POST` | Mailbox
|
|
`PSTM` | Postman
|