mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 07:24:34 +00:00
Document Surface Material (#1447)
* material * cleanup * iron boots * climb * more docs * rename * small fix * comments * adjust bug comment * simplify comment
This commit is contained in:
parent
92f081d7f3
commit
c7a61aa670
26 changed files with 263 additions and 231 deletions
|
@ -58,6 +58,7 @@ typedef struct {
|
|||
#define DEFINE_SFX(enum, _1, _2, _3, _4) enum,
|
||||
|
||||
typedef enum {
|
||||
NA_SE_NONE, // Requesting a sfx with this id will play no sound
|
||||
NA_SE_PL_BASE = 0x7FF,
|
||||
#include "tables/sfx/playerbank_table.h"
|
||||
NA_SE_IT_BASE = 0x17FF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue