mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-11 21:28:27 -04:00
generic file descriptors
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_title.c
|
||||
* System: Radio
|
||||
* Description: Starfox Radio Handler
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
|
||||
u16** D_80178720;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_co.c
|
||||
* System: Corneria
|
||||
* Description: Level: Corneria
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_arwing.h"
|
||||
#include "assets/ast_corneria.h"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_tr.c
|
||||
* System: Training
|
||||
* Description: Level: Training - On Rails
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_training.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_tr360.c
|
||||
* System: Training
|
||||
* Description: Level: Training - All Range mode
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_training.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_ve1.c
|
||||
* System: Venom1
|
||||
* Description: Level: Venom 1
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_ve1_boss.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_me.c
|
||||
* System: Meteo
|
||||
* Description: Level: Meteo
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_meteo.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_a6.c
|
||||
* System: Area 6
|
||||
* Description: Level: Area 6
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_area_6.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_aq.c
|
||||
* System: Aquas
|
||||
* Description: Level: Aquas
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_blue_marine.h"
|
||||
#include "assets/ast_aquas.h"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_so.c
|
||||
* System: Solar
|
||||
* Description: Level: Solar
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_bg_planet.h"
|
||||
#include "assets/ast_solar.h"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_zo.c
|
||||
* System: Zoness
|
||||
* Description: Level: Zoness
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_enmy_planet.h"
|
||||
#include "assets/ast_zoness.h"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_bo.c
|
||||
* System: Bolse
|
||||
* Description: Level: Bolse
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_bolse.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_fo.c
|
||||
* System: Fortuna
|
||||
* Description: Level: Fortuna
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_fortuna.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_ka.c
|
||||
* System: Katina
|
||||
* Description: Level: Karina
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_katina.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_sx.c
|
||||
* System: Sector Z
|
||||
* Description: Level: Sector Z
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_sector_z.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_ma.c
|
||||
* System: Macbeth
|
||||
* Description: Level: Macbeth
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_macbeth.h"
|
||||
#include "assets/ast_landmaster.h"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* File: fox_ti.c
|
||||
* System: Titania
|
||||
* Description: Level: Titania
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "assets/ast_bg_planet.h"
|
||||
#include "assets/ast_titania.h"
|
||||
|
||||
Reference in New Issue
Block a user