From 55f18eb108069bf887b9aa87aaeeb012036e189e Mon Sep 17 00:00:00 2001 From: Randall Rupper Date: Thu, 14 Dec 2023 10:13:07 -0700 Subject: [PATCH] fix: potential fix for Trinexx --- enemizer/hooks/bosses_hooks.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enemizer/hooks/bosses_hooks.asm b/enemizer/hooks/bosses_hooks.asm index d4c4425..73199ed 100644 --- a/enemizer/hooks/bosses_hooks.asm +++ b/enemizer/hooks/bosses_hooks.asm @@ -59,5 +59,5 @@ JSL new_kholdstare_code ; Write new gfx in the vram ; Draw trinexx shell ;-------------------------------------------------------------------------------- org $1DAD67 ; sprite_trinexx.asm (62) : LDA.b #$03 : STA $0DC0, X -JSL new_trinexx_code +JSL new_trinexx_code : NOP ;--------------------------------------------------------------------------------