[WIP] Export configuration for ast_common (#176)

* Close to fully implement the whole file

* Filled gaps with blobs

* Added config into assets.yaml

* Removed a more blobs

* Fully extracted ast_common

* Bump torch
This commit is contained in:
Lywx
2024-03-29 15:43:25 -06:00
committed by GitHub
parent b4c43da7d8
commit 576d42fabd
9 changed files with 1005 additions and 163 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "global.h"
#include "assets.h"
//#include "prevent_bss_reordering.h"
// #include "prevent_bss_reordering.h"
extern f32 D_i3_801C4188;
+1 -1
View File
@@ -1,7 +1,7 @@
#include "global.h"
#include "assets.h"
//#include "prevent_bss_reordering.h"
// #include "prevent_bss_reordering.h"
Vec3f D_801615D0;
Vec3f D_801615E0;
s32 D_801615EC;
+1
View File
@@ -1,3 +1,4 @@
#include "prevent_bss_reordering.h"
#include "global.h"
#include "assets.h"
#include "assets/ast_bg_planet.h"
+4 -5
View File
@@ -5,14 +5,16 @@
*/
#include "mods.h"
#include "prevent_bss_reordering.h"
#include "global.h"
#include "fox_map.h"
#include "fox_option.h"
#include "prevent_bss_reordering.h"
// #include "prevent_bss_reordering2.h"
#include "assets/ast_map.h"
// BSS STARTS HERE
#include "assets/ast_font.h"
#include "assets/ast_font_3d.h"
// BSS STARTS HERE
u8 D_menu_801B9410[96 * 96];
u8 D_menu_801BB810[96 * 96];
u8 D_menu_801BDC10[96 * 96];
@@ -189,9 +191,6 @@ s32 D_menu_801CF11C;
s32 D_menu_801CF120;
f32 D_menu_801CF124;
#include "assets/ast_font.h"
#include "assets/ast_font_3d.h"
s32 D_menu_801AF420[2] = { 10, 20 };
u16* D_menu_801AF428[15][2] = {
-1
View File
@@ -4,7 +4,6 @@
* Description: Starfox Title Handler
*/
#include "prevent_bss_reordering.h"
#include "prevent_bss_reordering2.h"
#include "global.h"
#include "fox_title.h"
#include "assets/ast_title.h"