Finish adding nonbinary player option

- Properly allocated RAM for player gender
- Fixed enby player sprite displaying incorrectly in certain areas
- Made new pack palette for enby player
This commit is contained in:
Zeta_Null 2023-09-12 00:30:11 -04:00
parent b3a3e27906
commit 89ef7cab53
3 changed files with 17 additions and 16 deletions

View file

@ -1140,14 +1140,14 @@ SpriteAnimOAMData:
.OAMData_PurpleWalk:
db 4
dbsprite -1, 0, -1, 0, $00, PAL_OW_PURPLE
dbsprite -1, 0, 0, 0, $01, PAL_OW_PURPLE
dbsprite 0, 0, -1, 0, $02, PAL_OW_PURPLE
dbsprite -1, -1, 0, 0, $00, PAL_OW_PURPLE
dbsprite 0, -1, 0, 0, $01, PAL_OW_PURPLE
dbsprite -1, 0, 0, 0, $02, PAL_OW_PURPLE
dbsprite 0, 0, 0, 0, $03, PAL_OW_PURPLE
.OAMData_MagnetTrainPurple:
db 4
dbsprite -1, 0, -1, 0, $00, PAL_OW_PURPLE | PRIORITY
dbsprite -1, 0, 0, 0, $01, PAL_OW_PURPLE | PRIORITY
dbsprite 0, 0, -1, 0, $02, PAL_OW_PURPLE | PRIORITY
dbsprite -1, -1, 0, 0, $00, PAL_OW_PURPLE | PRIORITY
dbsprite 0, -1, 0, 0, $01, PAL_OW_PURPLE | PRIORITY
dbsprite -1, 0, 0, 0, $02, PAL_OW_PURPLE | PRIORITY
dbsprite 0, 0, 0, 0, $03, PAL_OW_PURPLE | PRIORITY