mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 12:06:28 +13:00

- Changed name lists - Made Overworld pink palette into purple palette - Changed gender selection options - Added Topaz's graphics (Enby Trainer) - Changed more or less every gender check in the game to account for enby option - Changed out Morty's palette on the trainer card to a more purple one to facilitate Topaz's graphics KNOWN ISSUES / THINGS TO CHANGE - Topaz's sprite does not currently render correctly on town map (check if this is a map issue or if it occasionally will pop up elsewhere as well) - Bag Palette is still green like the tutorial made it. Might change it to yellow or something later on.
31 lines
476 B
Plaintext
31 lines
476 B
Plaintext
; border
|
|
RGB 28, 31, 20
|
|
RGB 21, 21, 21
|
|
RGB 13, 13, 13
|
|
RGB 00, 00, 00
|
|
; earth
|
|
RGB 28, 31, 20
|
|
RGB 00, 31, 00
|
|
RGB 00, 00, 31
|
|
RGB 00, 00, 00
|
|
; mountain
|
|
RGB 28, 31, 20
|
|
RGB 00, 31, 00
|
|
RGB 15, 07, 00
|
|
RGB 00, 00, 00
|
|
; city (enby)
|
|
RGB 28, 31, 20
|
|
RGB 22, 09, 31
|
|
RGB 10, 00, 26
|
|
RGB 00, 00, 00
|
|
; point of interest
|
|
RGB 28, 31, 20
|
|
RGB 00, 31, 00
|
|
RGB 00, 00, 31
|
|
RGB 31, 00, 00
|
|
; mountain point of interest
|
|
RGB 28, 31, 20
|
|
RGB 00, 31, 00
|
|
RGB 15, 07, 00
|
|
RGB 31, 00, 00
|
|
|