mirror of https://github.com/nmlgc/ReC98.git
[Reverse-engineering] [th05] Yuki's HP
Internally, Mai is seen as the "primary" Stage 4 boss. Funded by -Tom-.
This commit is contained in:
parent
e855e1a908
commit
36b1a02773
|
@ -30675,8 +30675,8 @@ loc_1A439:
|
||||||
call sub_1A3EF
|
call sub_1A3EF
|
||||||
mov byte_26360, al
|
mov byte_26360, al
|
||||||
mov ah, 0
|
mov ah, 0
|
||||||
sub word_2635A, ax
|
sub _yuki_hp, ax
|
||||||
mov ax, word_2635A
|
mov ax, _yuki_hp
|
||||||
cmp ax, word_26364
|
cmp ax, word_26364
|
||||||
jg short loc_1A45A
|
jg short loc_1A45A
|
||||||
mov al, 2
|
mov al, 2
|
||||||
|
@ -31691,7 +31691,7 @@ loc_1AC1C:
|
||||||
jnz short loc_1AC5E
|
jnz short loc_1AC5E
|
||||||
mov _boss_hp, 4500
|
mov _boss_hp, 4500
|
||||||
mov _boss_phase_end_hp, 0
|
mov _boss_phase_end_hp, 0
|
||||||
mov word_2635A, 1194h
|
mov _yuki_hp, 4500
|
||||||
mov word_26364, 0
|
mov word_26364, 0
|
||||||
mov word_2A72A, 400h
|
mov word_2A72A, 400h
|
||||||
mov byte_2A72F, 2
|
mov byte_2A72F, 2
|
||||||
|
@ -31855,8 +31855,8 @@ loc_1ADC9:
|
||||||
|
|
||||||
loc_1ADCF:
|
loc_1ADCF:
|
||||||
mov ax, _boss_hp
|
mov ax, _boss_hp
|
||||||
add ax, word_2635A
|
add ax, _yuki_hp
|
||||||
cmp ax, 157Ch
|
cmp ax, 5500
|
||||||
jge short loc_1ADF4
|
jge short loc_1ADF4
|
||||||
cmp byte ptr word_2634A+1, 9
|
cmp byte ptr word_2634A+1, 9
|
||||||
jnb short loc_1ADF4
|
jnb short loc_1ADF4
|
||||||
|
@ -31868,8 +31868,8 @@ loc_1ADCF:
|
||||||
|
|
||||||
loc_1ADF4:
|
loc_1ADF4:
|
||||||
mov ax, _boss_hp
|
mov ax, _boss_hp
|
||||||
add ax, word_2635A
|
add ax, _yuki_hp
|
||||||
cmp ax, 8CAh
|
cmp ax, 2250
|
||||||
jge short loc_1AE17
|
jge short loc_1AE17
|
||||||
cmp byte ptr word_2634A+1, 0Eh
|
cmp byte ptr word_2634A+1, 0Eh
|
||||||
jnb short loc_1AE17
|
jnb short loc_1AE17
|
||||||
|
@ -32031,9 +32031,9 @@ loc_1AF85:
|
||||||
loc_1AFA7:
|
loc_1AFA7:
|
||||||
call sub_17726 ; default
|
call sub_17726 ; default
|
||||||
mov ax, _boss_hp
|
mov ax, _boss_hp
|
||||||
add ax, word_2635A
|
add ax, _yuki_hp
|
||||||
push ax
|
push ax
|
||||||
push 2328h
|
push 9000
|
||||||
call sub_17354
|
call sub_17354
|
||||||
pop si
|
pop si
|
||||||
leave
|
leave
|
||||||
|
@ -46189,7 +46189,7 @@ dword_2634E dd ?
|
||||||
word_26352 dw ?
|
word_26352 dw ?
|
||||||
word_26354 dw ?
|
word_26354 dw ?
|
||||||
dd ? ;
|
dd ? ;
|
||||||
word_2635A dw ?
|
_yuki_hp dw ?
|
||||||
byte_2635C db ?
|
byte_2635C db ?
|
||||||
db ?
|
db ?
|
||||||
db ?
|
db ?
|
||||||
|
|
Loading…
Reference in New Issue