mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-15 21:20:09 -04:00
[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:
+1
-1
@@ -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,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,3 +1,4 @@
|
||||
#include "prevent_bss_reordering.h"
|
||||
#include "global.h"
|
||||
#include "assets.h"
|
||||
#include "assets/ast_bg_planet.h"
|
||||
|
||||
@@ -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] = {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user