Skip to content
Open
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/alternate_door_colors.ips
Binary file not shown.
9 changes: 6 additions & 3 deletions patches/src/alternate_door_colors.asm
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
arch snes.cpu
lorom

!bank_82_free_space_start = $82FA00
!bank_82_free_space_end = $82FA80

Expand All @@ -14,7 +17,7 @@
org $82E7D0
jmp hook_load_tileset

org $82E4A5
org $82E65D
jsr hook_door_transition

org $828D2C
Expand All @@ -28,8 +31,8 @@ hook_load_tileset:
rtl

hook_door_transition:
sta $099C
jsr update_palette
lda #$E664
rts

hook_pause:
Expand Down Expand Up @@ -75,4 +78,4 @@ update_palette:
plb
rts

warnpc !bank_82_free_space_end
assert pc() <= !bank_82_free_space_end
Loading