Fixing boss behavior in Swamp Palace Arrghus' room

This commit is contained in:
codemann8
2025-06-05 19:50:49 -05:00
parent 936ff5a882
commit faadd1d7f1
3 changed files with 21 additions and 0 deletions

View File

@@ -39,3 +39,10 @@ JSL new_kholdstare_code ; Write new gfx in the vram
org $1DAD67 ; sprite_trinexx.asm (62) : LDA.b #$03 : STA $0DC0, X
JSL new_trinexx_code : NOP
;--------------------------------------------------------------------------------
;================================================================================
; Swamp Boss Room Water Fix
;--------------------------------------------------------------------------------
org $06E81A
JSL swamp_boss_tile_interaction
;--------------------------------------------------------------------------------