diff --git a/patches/ips/oob_death.ips b/patches/ips/oob_death.ips index f676155fc..5c4ef3cc5 100644 Binary files a/patches/ips/oob_death.ips and b/patches/ips/oob_death.ips differ diff --git a/patches/src/oob_death.asm b/patches/src/oob_death.asm index 3a41b77f1..7a111be27 100644 --- a/patches/src/oob_death.asm +++ b/patches/src/oob_death.asm @@ -3,6 +3,8 @@ arch snes.cpu lorom +incsrc "constants.asm" + !any_bank_free_space_start = $80D140 !any_bank_free_space_end = $80D200 @@ -61,8 +63,8 @@ check_oob: beq .skip lda #$0044 ; msg ID - jsl $85b000 ; bug dialog + jsl !bug_dialog ; bug dialog .skip: rtl -warnpc !any_bank_free_space_end \ No newline at end of file +assert pc() <= !any_bank_free_space_end \ No newline at end of file