Skip to content

Commit

Permalink
Add title screen palettes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Frantz committed Nov 24, 2018
1 parent 4473c93 commit 37a05e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/palettes.textpb
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ palettes {
palette { name: "Unused 2" address: { bank:5 address: 0x80be } }
palette { name: "Unused 3" address: { bank:5 address: 0x80ce } }
}
palettes {
name: "Title Screen"
palette { name: "Background" address: { bank: 5 address: 0xaf40 } }
palette { name: "Sprites" address: { bank: 5 address: 0xaf50 } }
palette { name: "Select Screen" address: { bank: 5 address: 0xbbf8 } }
}

0 comments on commit 37a05e0

Please sign in to comment.