mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] [th04/th05] Move boss slices into the boss directory
Part of P0031, funded by zorg.
This commit is contained in:
parent
dea40ad770
commit
e33ccd7ea6
|
@ -13881,7 +13881,7 @@ loc_12152:
|
|||
retn
|
||||
sub_12124 endp
|
||||
|
||||
include th04/boss_backdrop.asm
|
||||
include th04/boss/backdrop.asm
|
||||
|
||||
; =============== S U B R O U T I N E =======================================
|
||||
|
||||
|
@ -47739,7 +47739,7 @@ public _humaconfig
|
|||
_humaconfig dd ?
|
||||
byte_2CDCA db ?
|
||||
db ?
|
||||
include th04/boss_backdrop[bss].asm
|
||||
include th04/boss/backdrop[bss].asm
|
||||
word_2CDCE dw ?
|
||||
byte_2CDD0 db ?
|
||||
byte_2CDD1 db ?
|
||||
|
@ -47905,7 +47905,7 @@ byte_2D00A db ?
|
|||
dream_score dw ?
|
||||
byte_2D00E db ?
|
||||
db ?
|
||||
include th04/boss_funcs[bss].asm
|
||||
include th04/boss/funcs[bss].asm
|
||||
byte_2D01E db ?
|
||||
byte_2D01F db ?
|
||||
byte_2D020 db ?
|
||||
|
@ -47923,7 +47923,7 @@ byte_2D02B db ?
|
|||
byte_2D02C db ?
|
||||
byte_2D02D db ?
|
||||
include th04/formats/bb_stage[bss].asm
|
||||
include th04/boss_hitbox[bss].asm
|
||||
include th04/boss/hitbox[bss].asm
|
||||
word_2D034 dw ?
|
||||
word_2D036 dw ?
|
||||
word_2D038 dw ?
|
||||
|
|
|
@ -4040,7 +4040,7 @@ loc_D060:
|
|||
retn
|
||||
sub_D032 endp
|
||||
|
||||
include th04/boss_backdrop.asm
|
||||
include th04/boss/backdrop.asm
|
||||
|
||||
; =============== S U B R O U T I N E =======================================
|
||||
|
||||
|
@ -38663,7 +38663,7 @@ word_24494 dw ?
|
|||
word_24496 dw ?
|
||||
byte_24498 db ?
|
||||
db ?
|
||||
include th04/boss_backdrop[bss].asm
|
||||
include th04/boss/backdrop[bss].asm
|
||||
word_2449C dw ?
|
||||
dd ? ;
|
||||
dd ? ;
|
||||
|
@ -45498,7 +45498,7 @@ word_2D05E dw ?
|
|||
byte_2D060 db ?
|
||||
db ?
|
||||
include th04/shots_add[bss].asm
|
||||
include th04/boss_funcs[bss].asm
|
||||
include th04/boss/funcs[bss].asm
|
||||
include th05/boss/b5_intervals[bss].asm
|
||||
dd ? ;
|
||||
db ? ;
|
||||
|
@ -45512,7 +45512,7 @@ byte_2D083 db ?
|
|||
byte_2D084 db ?
|
||||
byte_2D085 db ?
|
||||
include th04/formats/bb_stage[bss].asm
|
||||
include th04/boss_hitbox[bss].asm
|
||||
include th04/boss/hitbox[bss].asm
|
||||
dd ? ;
|
||||
db ? ;
|
||||
db ? ;
|
||||
|
|
Loading…
Reference in New Issue