mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Finish matching ique-cn (#2451)
* git subrepo clone git@github.com:Thar0/com-plugin.git tools/com-plugin subrepo: subdir: "tools/com-plugin" merged: "e8543312d" upstream: origin: "git@github.com:Thar0/com-plugin.git" branch: "main" commit: "e8543312d" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb" * ique-cn OK * Review suggestions * Most suggestions * git subrepo pull tools/com-plugin subrepo: subdir: "tools/com-plugin" merged: "81595ed1c" upstream: origin: "git@github.com:Thar0/com-plugin.git" branch: "main" commit: "81595ed1c" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb" * Fix other versions
This commit is contained in:
parent
6c06168e72
commit
c028db03b4
51 changed files with 5756 additions and 52 deletions
110
baseroms/ique-cn/bss-order.txt
Normal file
110
baseroms/ique-cn/bss-order.txt
Normal file
|
@ -0,0 +1,110 @@
|
|||
// Specification for linker plugin COMMON symbol order for the ique-cn version
|
||||
|
||||
build/ique-cn/boot_bss_1.o {
|
||||
bk;
|
||||
__osBaseCounter;
|
||||
__osBbRCountWraps;
|
||||
__osBbLastRCount;
|
||||
__osViIntrCount;
|
||||
insize;
|
||||
outcnt;
|
||||
bb;
|
||||
__osCurrentTime;
|
||||
hufts;
|
||||
__osBbLastVCount;
|
||||
__osTimerCounter;
|
||||
__osBbVCountWraps;
|
||||
__osFinalrom;
|
||||
inptr;
|
||||
ifd;
|
||||
}
|
||||
|
||||
build/ique-cn/boot_bss_boot_main.o {
|
||||
sBootThreadInfo;
|
||||
sIdleThread;
|
||||
sIdleThreadStack;
|
||||
sIdleThreadInfo;
|
||||
sBootThreadStack;
|
||||
}
|
||||
|
||||
build/ique-cn/boot_bss_idle.o {
|
||||
sMainThread;
|
||||
sMainStack;
|
||||
sMainStackInfo;
|
||||
sPiMgrCmdBuff;
|
||||
}
|
||||
|
||||
build/ique-cn/boot_bss_viconfig.o {
|
||||
gViConfigMode;
|
||||
gViConfigModeType;
|
||||
}
|
||||
|
||||
build/ique-cn/boot_bss_z_std_dma.o {
|
||||
sDmaMgrStackInfo;
|
||||
sDmaMgrMsgQueue;
|
||||
sDmaMgrMsgBuf;
|
||||
sDmaMgrThread;
|
||||
sDmaMgrStack;
|
||||
}
|
||||
|
||||
build/ique-cn/boot_bss_2.o {
|
||||
__osThreadSave;
|
||||
__Dom2SpeedParam;
|
||||
__CartRomHandle;
|
||||
__osPiAccessQueue;
|
||||
__Dom1SpeedParam;
|
||||
gPiMgrCmdQueue;
|
||||
__osBaseTimer;
|
||||
__osEventStateTab;
|
||||
}
|
||||
|
||||
|
||||
|
||||
build/ique-cn/code_bss_1.o {
|
||||
D_8015FA8C;
|
||||
__osMaxControllers;
|
||||
D_8015FA88;
|
||||
__osContLastCmd;
|
||||
__osEepromTimerMsg;
|
||||
}
|
||||
|
||||
build/ique-cn/code_bss_z_actor.o {
|
||||
D_8015BBA8;
|
||||
sCurCeilingPoly;
|
||||
sCurCeilingBgId;
|
||||
D_8015BC00;
|
||||
D_8015BC10;
|
||||
D_8015BC14;
|
||||
D_8015BC18;
|
||||
sNearestAttentionActor;
|
||||
sPrioritizedAttentionActor;
|
||||
sNearestAttentionActorDistSq;
|
||||
sBgmEnemyDistSq;
|
||||
sHighestAttentionPriority;
|
||||
sAttentionPlayerRotY;
|
||||
}
|
||||
|
||||
build/ique-cn/code_bss_2.o {
|
||||
__osContPifRam;
|
||||
gSaveContext;
|
||||
sUnknownBssPadding;
|
||||
__osEepromTimerMsgQueue;
|
||||
__osSiAccessQueue;
|
||||
}
|
||||
|
||||
build/ique-cn/code_bss_3.o {
|
||||
sCharTexSize;
|
||||
sCharTexScale;
|
||||
sOcarinaButtonAPrimR;
|
||||
sOcarinaButtonAPrimB;
|
||||
sOcarinaButtonAPrimG;
|
||||
sOcarinaButtonAEnvR;
|
||||
sOcarinaButtonAEnvB;
|
||||
sOcarinaButtonAEnvG;
|
||||
sOcarinaButtonCPrimR;
|
||||
sOcarinaButtonCPrimB;
|
||||
sOcarinaButtonCPrimG;
|
||||
sOcarinaButtonCEnvR;
|
||||
sOcarinaButtonCEnvB;
|
||||
sOcarinaButtonCEnvG;
|
||||
}
|
|
@ -1207,7 +1207,7 @@ assets:
|
|||
- name: textures/nintendo_rogo_static
|
||||
xml_path: assets/xml/textures/nintendo_rogo_static_v2.xml
|
||||
- name: textures/parameter_static
|
||||
xml_path: assets/xml/textures/parameter_static.xml
|
||||
xml_path: assets/xml/textures/parameter_static_ique.xml
|
||||
- name: textures/place_title_cards
|
||||
xml_path: assets/xml/textures/place_title_cards.xml
|
||||
- name: textures/skyboxes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue