mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] [th04] Move gaiji.inc to its own subdirectory
The other games also have their own directory. Part of P0063, funded by -Tom-.
This commit is contained in:
parent
034ae4ba94
commit
9791ea55cf
|
@ -1,6 +1,6 @@
|
|||
; ReC98
|
||||
; -----
|
||||
; Gaiji available to TH04
|
||||
; Gaiji available to TH04 and TH05
|
||||
|
||||
g_EMPTY = 2
|
||||
include th03/gaiji/bar.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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue