diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-05-04 16:24:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-04 18:24:24 -0300 |
| commit | 9303fba359a28d809246e4a2ea007a81d01f7686 (patch) | |
| tree | 93830e5b33928304e7e1fa3993b7cf49cdc70c69 /linker_scripts | |
| parent | 77060ba506ffde7ab82b6816f0d061a8b57f7873 (diff) | |
Event opcodes documented, more all range stuff (#229)
* stuff
* Torch1
* dark link
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/us/symbol_addrs.txt | 2 | ||||
| -rw-r--r-- | linker_scripts/us/symbol_addrs_engine.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/linker_scripts/us/symbol_addrs.txt b/linker_scripts/us/symbol_addrs.txt index 36afc6f2..74125aff 100644 --- a/linker_scripts/us/symbol_addrs.txt +++ b/linker_scripts/us/symbol_addrs.txt @@ -67,7 +67,7 @@ D_display_800CA23C = 0x800CA23C;//size:0x18 D_display_800CA26C = 0x800CA26C;//size:0x20 D_800CA260 = 0x800CA260;//size:0xC D_display_801613E0 = 0x801613E0;//size:0x18 -D_edata_800CC124 = 0x800CC124;//type:u8 +gObjectInfo = 0x800CC124;//type:u8 D_boss_800C9E90 = 0x800C9E90;//size:0x70 gLeveLClearStatus = 0x800D3180; // size:0x20 diff --git a/linker_scripts/us/symbol_addrs_engine.txt b/linker_scripts/us/symbol_addrs_engine.txt index b2c1b0e9..27c43104 100644 --- a/linker_scripts/us/symbol_addrs_engine.txt +++ b/linker_scripts/us/symbol_addrs_engine.txt @@ -551,11 +551,11 @@ gBombCount = 0x80177DA0; gGameFrameCount = 0x80177DB0; gObjectLoadIndex = 0x80177DC8; gPrevEventActorIndex = 0x80177E70; -D_ctx_80177E78 = 0x80177E78; +gFormationLeaderIndex = 0x80177E78; gRingPassCount = 0x80177E80; -D_ctx_80177E88 = 0x80177E88; // size:0xC +gFormationInitRot = 0x80177E88; // size:0xC gTeamArrowsViewPos = 0x80177E98; -D_ctx_80177F10 = 0x80177F10; +gFormationInitPos = 0x80177F10; D_ctx_80177F20 = 0x80177F20; //size:0xF4 D_ctx_80178028 = 0x80178028; //size:0xF4 D_ctx_8017812C = 0x8017812C; |
