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/map_area.ips
Binary file not shown.
7 changes: 5 additions & 2 deletions patches/src/map_area.asm
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,9 @@ load_map_screen:
sta $7EC05C
lda $B6F05E
sta $7EC05E
;fix color used for dark map theme
lda #$0000
sta $7EC04A

; palette 3:
lda $B6F06E
Expand Down Expand Up @@ -575,7 +578,7 @@ load_equipment_screen:
;fix color used for dark map theme
lda #$7FFF
sta $7EC04A

; Fix colors used for partially revealed tiles on map screen
lda #$7FFF
sta $7EC07A
Expand Down Expand Up @@ -2186,4 +2189,4 @@ fix_pants_room_fx:
.no_fix
STX $78D ; replaced code
RTS
assert pc() <= !bank_94_freespace_end
assert pc() <= !bank_94_freespace_end
Loading