mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
0251769d16
* fox_display.c DOCS * PRINTF * actor->destroy boolean * corneria docs * Boss->unk_04C to Boss->animFrame * aCoGrangaWalkingAnim * more corneria docs * Spawner * Spawner code refined * Spawner description * Actor Spawn guard * Molar Rock (name by @inspectredc) * more docs * actor docs * initial disassembly config for lodgenet * correct vram addresses for lodgenet * Actor Docs * More actor docs * more actor docs * correction * correction * more actor docs * Preliminary work for Effect documentation * Change Init for Setup * fox_play cleanup and defake * fox_zo function names * fox_so function renaming * more object docs * venom 1 actors * actor docs * some fox_bo docs * some fox_fo corrections * fox_ma obj->this * fox_ma renamings * fox_ma docs * fox_ti Actors * revert permuter settings to ido * some renames on fox_andross.c * fox_sy actors * object names * corrections * some effect comments * fix AudioTable struct and data to avoid UB * uintptr_t in audio * audio load changes * event id enum usage in fox_sy * clear padding in sPlaylists * HUD_FoBase_ExplodeCs * HUD
8 lines
307 B
Plaintext
8 lines
307 B
Plaintext
// dma symbols
|
|
gDmaTable = 0x8017DB20;
|
|
dma_table_ROM_START = 0xE44F0; //defined:true
|
|
audio_seq_ROM_START = 0xE4A90; //defined:true
|
|
audio_bank_ROM_START = 0x11F780; //defined:true
|
|
audio_table_ROM_START = 0x13D7A0; //defined:true
|
|
ovl_ending = 0x00F02520; //defined:true
|
|
ovl_unused = 0x00F025C0; //defined:true |