[Maintenance] Change a few ASM .inc files to use 8.3 names

Part of P0035, funded by zorg.
This commit is contained in:
nmlgc 2019-09-23 17:52:53 +02:00
parent 290935fe3e
commit e65cf0d05d
8 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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