Skip to content

Commit

Permalink
asm: added patch to match colorblind door colors in the pause map (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
flohgh committed Jul 23, 2024
1 parent 70eaed6 commit 06b2cfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added patches/common/ips/colorblind_palettes.ips
Binary file not shown.
8 changes: 8 additions & 0 deletions patches/common/src/colorblind_palettes.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
;;; complement to color_blind.ips

arch 65816
lorom

;;; in game map door colors
org $b6f1a0
dw $3800, $7c1f, $681a, $013f, $00f9, $4bf2, $3f2f, $3992, $250d, $4d03, $71c7, $0000, $0000, $1ce7, $0000, $0000

0 comments on commit 06b2cfb

Please sign in to comment.