mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] clip[bss].asm actually covers 16 bytes, not 8 -.-
This commit is contained in:
parent
bfa2fb23bb
commit
58e1e142a5
|
@ -10447,7 +10447,7 @@ include libs/master.lib/rand[data].asm
|
||||||
|
|
||||||
.data?
|
.data?
|
||||||
|
|
||||||
; TODO: Missing clip[bss].asm (8 bytes) somewhere in there...
|
; TODO: Missing clip[bss].asm (16 bytes) somewhere in there...
|
||||||
_continues_total dd ?
|
_continues_total dd ?
|
||||||
; char word_13EDC[]
|
; char word_13EDC[]
|
||||||
word_13EDC dw ?
|
word_13EDC dw ?
|
||||||
|
|
|
@ -8124,7 +8124,7 @@ _mdrv2_have_board db 0
|
||||||
aMdrv2system db 'Mdrv2System',0
|
aMdrv2system db 'Mdrv2System',0
|
||||||
.data?
|
.data?
|
||||||
|
|
||||||
; TODO: Missing clip[bss].asm (8 bytes) somewhere in there...
|
; TODO: Missing clip[bss].asm (16 bytes) somewhere in there...
|
||||||
dword_13418 dd ?
|
dword_13418 dd ?
|
||||||
dd ?
|
dd ?
|
||||||
dd ?
|
dd ?
|
||||||
|
|
|
@ -31000,7 +31000,7 @@ _INIT_ ends
|
||||||
|
|
||||||
.data?
|
.data?
|
||||||
|
|
||||||
; TODO: Missing clip[bss].asm (8 bytes) somewhere in there...
|
; TODO: Missing clip[bss].asm (16 bytes) somewhere in there...
|
||||||
byte_36C14 db ?
|
byte_36C14 db ?
|
||||||
byte_36C15 db ?
|
byte_36C15 db ?
|
||||||
_rand dd ?
|
_rand dd ?
|
||||||
|
|
|
@ -36870,7 +36870,7 @@ aBoss3_m db 'boss3.m',0
|
||||||
db 0
|
db 0
|
||||||
.data?
|
.data?
|
||||||
|
|
||||||
; TODO: Missing clip[bss].asm (8 bytes) somewhere in there...
|
; TODO: Missing clip[bss].asm (16 bytes) somewhere in there...
|
||||||
byte_1F466 db ?
|
byte_1F466 db ?
|
||||||
stage1_gaiji_halflen db ?
|
stage1_gaiji_halflen db ?
|
||||||
stage_title_halflen db ?
|
stage_title_halflen db ?
|
||||||
|
|
|
@ -3291,7 +3291,7 @@ extern _rank:byte
|
||||||
|
|
||||||
.data?
|
.data?
|
||||||
|
|
||||||
; TODO: Missing clip[bss].asm (8 bytes) somewhere in there...
|
; TODO: Missing clip[bss].asm (16 bytes) somewhere in there...
|
||||||
unk_DE32 db ? ;
|
unk_DE32 db ? ;
|
||||||
dd ? ;
|
dd ? ;
|
||||||
dd ? ;
|
dd ? ;
|
||||||
|
|
|
@ -8229,7 +8229,7 @@ aStf12_cdg db 'stf12.cdg',0
|
||||||
|
|
||||||
.data?
|
.data?
|
||||||
|
|
||||||
; TODO: Missing clip[bss].asm (8 bytes) somewhere in there...
|
; TODO: Missing clip[bss].asm (16 bytes) somewhere in there...
|
||||||
unk_F72C db ? ;
|
unk_F72C db ? ;
|
||||||
dd ? ;
|
dd ? ;
|
||||||
dd ? ;
|
dd ? ;
|
||||||
|
|
|
@ -46698,7 +46698,7 @@ word_237F8 dw 0
|
||||||
|
|
||||||
.data?
|
.data?
|
||||||
|
|
||||||
; TODO: Missing clip[bss].asm (8 bytes) somewhere in there...
|
; TODO: Missing clip[bss].asm (16 bytes) somewhere in there...
|
||||||
dw ?
|
dw ?
|
||||||
fp_23D90 dw ?
|
fp_23D90 dw ?
|
||||||
dword_23D92 dd ?
|
dword_23D92 dd ?
|
||||||
|
|
|
@ -6866,7 +6866,7 @@ aName db 'name',0
|
||||||
|
|
||||||
.data?
|
.data?
|
||||||
|
|
||||||
; TODO: Missing clip[bss].asm (8 bytes) somewhere in there...
|
; TODO: Missing clip[bss].asm (16 bytes) somewhere in there...
|
||||||
dword_F3CE dd ?
|
dword_F3CE dd ?
|
||||||
dd ?
|
dd ?
|
||||||
dd ?
|
dd ?
|
||||||
|
|
|
@ -10275,7 +10275,7 @@ aStf00_bft db 'stf00.bft',0
|
||||||
|
|
||||||
.data?
|
.data?
|
||||||
|
|
||||||
; TODO: Missing clip[bss].asm (8 bytes) somewhere in there...
|
; TODO: Missing clip[bss].asm (16 bytes) somewhere in there...
|
||||||
dword_11E6E dd ?
|
dword_11E6E dd ?
|
||||||
dd ?
|
dd ?
|
||||||
dd ?
|
dd ?
|
||||||
|
|
Loading…
Reference in New Issue