diff --git a/th01/th01.asm b/th01/th01.inc similarity index 100% rename from th01/th01.asm rename to th01/th01.inc diff --git a/th01_fuuin.asm b/th01_fuuin.asm index 1ac81cd5..b9d98a0a 100644 --- a/th01_fuuin.asm +++ b/th01_fuuin.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th01/th01.asm +include th01/th01.inc include libs/BorlandC/regs.inc option emulator diff --git a/th01_op.asm b/th01_op.asm index c0b8efa6..4924e16e 100644 --- a/th01_op.asm +++ b/th01_op.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th01/th01.asm +include th01/th01.inc include libs/BorlandC/regs.inc option emulator diff --git a/th01_reiiden.asm b/th01_reiiden.asm index 7a66216f..18d923ba 100644 --- a/th01_reiiden.asm +++ b/th01_reiiden.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th01/th01.asm +include th01/th01.inc include libs/BorlandC/regs.inc option emulator diff --git a/th02/th02.asm b/th02/th02.inc similarity index 100% rename from th02/th02.asm rename to th02/th02.inc diff --git a/th02_main.asm b/th02_main.asm index 20ed872d..62c8469c 100644 --- a/th02_main.asm +++ b/th02_main.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th02/th02.asm +include th02/th02.inc extern SCOPY@:proc extern _execl:proc diff --git a/th02_maine.asm b/th02_maine.asm index f72d09a7..1c4433cd 100644 --- a/th02_maine.asm +++ b/th02_maine.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th02/th02.asm +include th02/th02.inc extern SCOPY@:proc extern _execl:proc diff --git a/th02_op.asm b/th02_op.asm index 29b5b323..94686d36 100644 --- a/th02_op.asm +++ b/th02_op.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th02/th02.asm +include th02/th02.inc ; =========================================================================== diff --git a/th03/th03.asm b/th03/th03.inc similarity index 100% rename from th03/th03.asm rename to th03/th03.inc diff --git a/th03_main.asm b/th03_main.asm index 1957244f..23a6f25b 100644 --- a/th03_main.asm +++ b/th03_main.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th03/th03.asm +include th03/th03.inc extern _execl:proc diff --git a/th03_mainl.asm b/th03_mainl.asm index 09deda44..0cc28a21 100644 --- a/th03_mainl.asm +++ b/th03_mainl.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th03/th03.asm +include th03/th03.inc extern SCOPY@:proc extern __mbcjmstojis:proc diff --git a/th03_op.asm b/th03_op.asm index ad351ebd..c5ce7929 100644 --- a/th03_op.asm +++ b/th03_op.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th03/th03.asm +include th03/th03.inc include th02/music/music.inc extern SCOPY@:proc diff --git a/th03_res_yume.asm b/th03_res_yume.asm index f0d1284e..da8381d3 100644 --- a/th03_res_yume.asm +++ b/th03_res_yume.asm @@ -17,7 +17,7 @@ __TINY__ equ 1 include ReC98.inc -include th03/th03.asm +include th03/th03.inc ; =========================================================================== diff --git a/th04/th04.asm b/th04/th04.inc similarity index 100% rename from th04/th04.asm rename to th04/th04.inc diff --git a/th04_main.asm b/th04_main.asm index 9b5c6bac..eb4fcfab 100644 --- a/th04_main.asm +++ b/th04_main.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th04/th04.asm +include th04/th04.inc extern SCOPY@:proc extern _execl:proc diff --git a/th04_maine.asm b/th04_maine.asm index 84a4b762..83e9f371 100644 --- a/th04_maine.asm +++ b/th04_maine.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th04/th04.asm +include th04/th04.inc extern _execl:proc extern _memcpy:proc diff --git a/th04_op.asm b/th04_op.asm index c2573599..c138d327 100644 --- a/th04_op.asm +++ b/th04_op.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th04/th04.asm +include th04/th04.inc include th04/music/music.inc extern SCOPY@:proc diff --git a/th04_res_huma.asm b/th04_res_huma.asm index e59a51d3..0444a72d 100644 --- a/th04_res_huma.asm +++ b/th04_res_huma.asm @@ -17,7 +17,7 @@ __TINY__ equ 1 include ReC98.inc -include th04/th04.asm +include th04/th04.inc ; =========================================================================== diff --git a/th05/th05.asm b/th05/th05.inc similarity index 100% rename from th05/th05.asm rename to th05/th05.inc diff --git a/th05_main.asm b/th05_main.asm index 6341e7b8..da8fa0df 100644 --- a/th05_main.asm +++ b/th05_main.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th05/th05.asm +include th05/th05.inc extern _execl:proc extern _strlen:proc diff --git a/th05_maine.asm b/th05_maine.asm index fe430045..c3554839 100644 --- a/th05_maine.asm +++ b/th05_maine.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th05/th05.asm +include th05/th05.inc extern _execl:proc extern _tolower:proc diff --git a/th05_op.asm b/th05_op.asm index d6ac26ab..b39d390a 100644 --- a/th05_op.asm +++ b/th05_op.asm @@ -20,7 +20,7 @@ ; And yes, we can't move this to an include file for some reason. include ReC98.inc -include th05/th05.asm +include th05/th05.inc include th05/music/music.inc extern SCOPY@:proc diff --git a/th05_res_kso.asm b/th05_res_kso.asm index c4447999..3644f98b 100644 --- a/th05_res_kso.asm +++ b/th05_res_kso.asm @@ -17,7 +17,7 @@ __TINY__ equ 1 include ReC98.inc -include th05/th05.asm +include th05/th05.inc ; ===========================================================================