[Maintenance] Rename the extension of game-specific ASM includes to .inc

Rule of thumb going forward: Everything that emits data is .asm,
everything that doesn't is .inc.
(Let's hope that th01_reiiden_2.inc won't exist for that much longer!)

Part of P0032, funded by zorg.
This commit is contained in:
nmlgc 2019-09-20 21:02:20 +02:00
parent b2184e99fd
commit f07089017f
23 changed files with 18 additions and 18 deletions

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th01/th01.asm include th01/th01.inc
include libs/BorlandC/regs.inc include libs/BorlandC/regs.inc
option emulator option emulator

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th01/th01.asm include th01/th01.inc
include libs/BorlandC/regs.inc include libs/BorlandC/regs.inc
option emulator option emulator

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th01/th01.asm include th01/th01.inc
include libs/BorlandC/regs.inc include libs/BorlandC/regs.inc
option emulator option emulator

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th02/th02.asm include th02/th02.inc
extern SCOPY@:proc extern SCOPY@:proc
extern _execl:proc extern _execl:proc

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th02/th02.asm include th02/th02.inc
extern SCOPY@:proc extern SCOPY@:proc
extern _execl:proc extern _execl:proc

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th02/th02.asm include th02/th02.inc
; =========================================================================== ; ===========================================================================

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th03/th03.asm include th03/th03.inc
extern _execl:proc extern _execl:proc

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th03/th03.asm include th03/th03.inc
extern SCOPY@:proc extern SCOPY@:proc
extern __mbcjmstojis:proc extern __mbcjmstojis:proc

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th03/th03.asm include th03/th03.inc
include th02/music/music.inc include th02/music/music.inc
extern SCOPY@:proc extern SCOPY@:proc

View File

@ -17,7 +17,7 @@
__TINY__ equ 1 __TINY__ equ 1
include ReC98.inc include ReC98.inc
include th03/th03.asm include th03/th03.inc
; =========================================================================== ; ===========================================================================

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th04/th04.asm include th04/th04.inc
extern SCOPY@:proc extern SCOPY@:proc
extern _execl:proc extern _execl:proc

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th04/th04.asm include th04/th04.inc
extern _execl:proc extern _execl:proc
extern _memcpy:proc extern _memcpy:proc

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th04/th04.asm include th04/th04.inc
include th04/music/music.inc include th04/music/music.inc
extern SCOPY@:proc extern SCOPY@:proc

View File

@ -17,7 +17,7 @@
__TINY__ equ 1 __TINY__ equ 1
include ReC98.inc include ReC98.inc
include th04/th04.asm include th04/th04.inc
; =========================================================================== ; ===========================================================================

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th05/th05.asm include th05/th05.inc
extern _execl:proc extern _execl:proc
extern _strlen:proc extern _strlen:proc

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th05/th05.asm include th05/th05.inc
extern _execl:proc extern _execl:proc
extern _tolower:proc extern _tolower:proc

View File

@ -20,7 +20,7 @@
; And yes, we can't move this to an include file for some reason. ; And yes, we can't move this to an include file for some reason.
include ReC98.inc include ReC98.inc
include th05/th05.asm include th05/th05.inc
include th05/music/music.inc include th05/music/music.inc
extern SCOPY@:proc extern SCOPY@:proc

View File

@ -17,7 +17,7 @@
__TINY__ equ 1 __TINY__ equ 1
include ReC98.inc include ReC98.inc
include th05/th05.asm include th05/th05.inc
; =========================================================================== ; ===========================================================================