diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-05-05 17:23:49 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 17:23:49 -0300 |
| commit | 455aa0aa2c35da2dfca64c24a5cc2c36f488c110 (patch) | |
| tree | 73c06ff09b7a42f443c964bdf49e35768787acc3 /linker_scripts | |
| parent | 9303fba359a28d809246e4a2ea007a81d01f7686 (diff) | |
Initial Katina documentation (#228)
* initial docs
* func names
* docs
* more docs
* more katina docs
* format
* format
* yRot
* more docs
* more docs
* this
* some fixes
* fixes
* ActorAllRange
* These should not be used here
* corrections
* some renamings
* more docs
* format
* Merge remote-tracking branch 'origin' into fox_ka_docs
* ActorCutscene
* PR review
* comment
* bump torch
* PR review
* review
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/us/symbol_addrs_overlays.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker_scripts/us/symbol_addrs_overlays.txt b/linker_scripts/us/symbol_addrs_overlays.txt index 71fee18e..5e44bc6c 100644 --- a/linker_scripts/us/symbol_addrs_overlays.txt +++ b/linker_scripts/us/symbol_addrs_overlays.txt @@ -38,7 +38,7 @@ D_i4_8019F2BC = 0x8019F2BC; // type:f32 segment:ovl_i4 force_migration:True D_i4_8019F2CC = 0x8019F2CC; // type:f32 segment:ovl_i4 force_migration:True D_i4_8019F2DC = 0x8019F2DC; // type:f32 segment:ovl_i4 force_migration:True D_i4_8019F2F0 = 0x8019F2F0; // type:s32 segment:ovl_i4 force_migration:True -D_i4_8019F340 = 0x8019F340; // type:f32 segment:ovl_i4 force_migration:True +sCsLevelCompleteActorPos = 0x8019F340; // type:f32 segment:ovl_i4 force_migration:True sOptionCardPosY = 0x801AE570; // type:f32 size:0x18 force_migration:True segment:ovl_menu sOptionCardTextPosX = 0x801AE588; // type:f32 size:0x18 force_migration:True segment:ovl_menu sOptionCardTextPosY = 0x801AE5A0; // type:f32 size:0x18 force_migration:True segment:ovl_menu @@ -155,7 +155,7 @@ D_i3_801C2768 = 0x801C2768; //segment:ovl_i3 size:0x38 D_i3_801C27A0 = 0x801C27A0; //segment:ovl_i3 size:0x20 Katina_UpdateEvents = 0x80198594;//segment:ovl_i4 -Katina_Boss316_Init = 0x80193CA4;//segment:ovl_i4 +Katina_BossSetup = 0x80193CA4;//segment:ovl_i4 SectorZ_Missile_Update = 0x80199C60;//segment:ovl_i4 SectorZ_80199900 = 0x80199900;//segment:ovl_i4 D_i4_801A03C0 = 0x801A03C0;//segment:ovl_i4 |
