From 9791ea55cfc5485d7782cb9371010f0b4ace25b9 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Wed, 25 Dec 2019 15:36:11 +0100 Subject: [PATCH] [Maintenance] [th04] Move gaiji.inc to its own subdirectory The other games also have their own directory. Part of P0063, funded by -Tom-. --- th04/{ => gaiji}/gaiji.inc | 2 +- th04/shared.inc | 2 +- th05/hud_bar.asm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename th04/{ => gaiji}/gaiji.inc (71%) diff --git a/th04/gaiji.inc b/th04/gaiji/gaiji.inc similarity index 71% rename from th04/gaiji.inc rename to th04/gaiji/gaiji.inc index 76602991..ea7075d6 100644 --- a/th04/gaiji.inc +++ b/th04/gaiji/gaiji.inc @@ -1,6 +1,6 @@ ; ReC98 ; ----- -; Gaiji available to TH04 +; Gaiji available to TH04 and TH05 g_EMPTY = 2 include th03/gaiji/bar.inc diff --git a/th04/shared.inc b/th04/shared.inc index b6fa3935..6726aa38 100644 --- a/th04/shared.inc +++ b/th04/shared.inc @@ -32,6 +32,6 @@ include th04/hardware/grcg.inc include th04/hardware/input.inc include th04/math/randring.inc include th04/math/motion.inc -include th04/gaiji.inc +include th04/gaiji/gaiji.inc include th04/hud/popup.inc include th02/score.inc diff --git a/th05/hud_bar.asm b/th05/hud_bar.asm index 7f53888a..a6187b6d 100644 --- a/th05/hud_bar.asm +++ b/th05/hud_bar.asm @@ -3,7 +3,7 @@ include libs/master.lib/master.inc include th02/hud/hud.inc -include th04/gaiji.inc +include th04/gaiji/gaiji.inc extrn _hud_gaiji_row:byte:HUD_TRAM_W