Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified patches/ips/oob_death.ips
Binary file not shown.
6 changes: 4 additions & 2 deletions patches/src/oob_death.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
arch snes.cpu
lorom

incsrc "constants.asm"

!any_bank_free_space_start = $80D140
!any_bank_free_space_end = $80D200

Expand Down Expand Up @@ -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
assert pc() <= !any_bank_free_space_end
Loading