export configuration for ast_map (#172)

* progress

* progress

* progress

* progress

* progress

* progress

* progress

* finished?

* remove unnecessary header

* rename to map

* remove header

* rename to ast_map

* problem with torch

* Matchpoint

* take out pads and update Torch
This commit is contained in:
Alejandro Asenjo Nitti
2024-03-21 15:41:46 -03:00
committed by GitHub
parent 5531a140d8
commit 6c27771ff4
12 changed files with 582 additions and 27 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ extern Gfx D_4007AF0[];
/* ast_corneria, ast_meteo, ast_titania, ast_sector_x, ast_sector_z,
* ast_aquas, ast_area_6, ast_venom_1, ast_venom_2, ast_ve1_boss*,
* ast_bolse, ast_fortuna, ast_sector_y, ast_solar, ast_zoness,
* ast_katina, ast_macbeth, ast_title, ast_menu, ast_training
* ast_katina, ast_macbeth, ast_title, ast_map, ast_training
*/
extern Gfx D_60005B0[]; // fox_bg
extern Gfx D_6000A80[]; // fox_bg, fox_effect
-8
View File
@@ -1,8 +0,0 @@
#ifndef AST_MAP_H
#define AST_MAP_H
#include "gfx.h"
#include "sf64object.h"
#include "structs.h"
#endif
-8
View File
@@ -1,8 +0,0 @@
#ifndef AST_MENU_H
#define AST_MENU_H
#include "gfx.h"
#include "sf64object.h"
#include "structs.h"
#endif
+1 -1
View File
@@ -163,7 +163,7 @@ DECLARE_SEGMENT(ast_katina);
DECLARE_SEGMENT(ast_macbeth);
DECLARE_SEGMENT(ast_warp_zone);
DECLARE_SEGMENT(ast_title);
DECLARE_SEGMENT(ast_menu);
DECLARE_SEGMENT(ast_map);
DECLARE_SEGMENT(ast_option);
DECLARE_SEGMENT(ast_versus);
DECLARE_SEGMENT(ast_font);