mirror of https://github.com/nmlgc/ReC98.git
[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:
parent
b2184e99fd
commit
f07089017f
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
; ===========================================================================
|
; ===========================================================================
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
__TINY__ equ 1
|
__TINY__ equ 1
|
||||||
|
|
||||||
include ReC98.inc
|
include ReC98.inc
|
||||||
include th03/th03.asm
|
include th03/th03.inc
|
||||||
|
|
||||||
; ===========================================================================
|
; ===========================================================================
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
__TINY__ equ 1
|
__TINY__ equ 1
|
||||||
|
|
||||||
include ReC98.inc
|
include ReC98.inc
|
||||||
include th04/th04.asm
|
include th04/th04.inc
|
||||||
|
|
||||||
; ===========================================================================
|
; ===========================================================================
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
__TINY__ equ 1
|
__TINY__ equ 1
|
||||||
|
|
||||||
include ReC98.inc
|
include ReC98.inc
|
||||||
include th05/th05.asm
|
include th05/th05.inc
|
||||||
|
|
||||||
; ===========================================================================
|
; ===========================================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue