mirror of https://github.com/nmlgc/ReC98.git
5 lines
151 B
NASM
5 lines
151 B
NASM
|
; Triggers the player death sequence if set to 1.
|
||
|
; TODO: What's the effect of setting this to 0xFF in TH02?
|
||
|
public _player_is_hit
|
||
|
_player_is_hit db ?
|