mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] Change a few ASM .inc files to use 8.3 names
Part of P0035, funded by zorg.
This commit is contained in:
parent
290935fe3e
commit
e65cf0d05d
|
@ -1,8 +1,8 @@
|
|||
GAME = 2
|
||||
include defconv_c.inc
|
||||
include th02/defconv.inc
|
||||
|
||||
include th02/hardware/input.inc
|
||||
include th02/math/randring_next.inc
|
||||
include th02/math/randring.inc
|
||||
include th02/gaiji/boldfont.inc
|
||||
include th02/hud/hud.inc
|
||||
include th02/score.inc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
GAME = 3
|
||||
include defconv_pascal.inc
|
||||
include th03/math/randring_next.inc
|
||||
include th03/defconv.inc
|
||||
include th03/math/randring.inc
|
||||
include th03/hardware/input.inc
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
; -----
|
||||
; Types shared between TH04 and TH05
|
||||
|
||||
include defconv_pascal.inc
|
||||
include th03/defconv.inc
|
||||
|
||||
; Formats
|
||||
; --------
|
||||
|
@ -30,7 +30,7 @@ BOSS_DEFEAT_INVINCIBILITY_FRAMES = 255
|
|||
include th02/hud/hud.inc
|
||||
include th04/hardware/grcg.inc
|
||||
include th04/hardware/input.inc
|
||||
include th04/math/randring_next.inc
|
||||
include th04/math/randring.inc
|
||||
include th04/math/motion.inc
|
||||
include th04/gaiji.inc
|
||||
include th04/hud/popup.inc
|
||||
|
|
Loading…
Reference in New Issue