Skip to content

Commit

Permalink
init add ENBY gender symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
dreams897 committed May 2, 2024
1 parent d8969a6 commit 6780232
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion constants/charmap.asm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
charmap "“", $dd ; opening quote
charmap "”", $de ; closing quote

charmap "←", $df
charmap "<ENBY>", $df
charmap "'", $e0
charmap "<PK>", $e1
charmap "<MN>", $e2
Expand Down
4 changes: 2 additions & 2 deletions engine/events/print_unown.asm
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ UnownDexDoWhatString:
UnownDexMenuString:
db UNOWNSTAMP_BOLD_A, " PRINT"
next UNOWNSTAMP_BOLD_B, " CANCEL"
next " PREVIOUS"
next " NEXT"
next " PREVIOUS"
next " NEXT"
db "@"

UnownDexVacantString:
Expand Down
4 changes: 2 additions & 2 deletions engine/pokemon/stats_screen.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const GREEN_PAGE ; 1
const BLUE_PAGE ; 2
const ORANGE_PAGE ; 3
DEF NUM_STAT_PAGES EQU const_value
NUM_STAT_PAGES EQU const_value

DEF STAT_PAGE_MASK EQU %00000011

Expand Down Expand Up @@ -808,7 +808,7 @@ LoadBluePage:
jr z, .done
cp $7f
jr z, .done
and CAUGHT_GENDER_MASK
and $80
ld a, "♂"
jr z, .got_gender
ld a, "♀"
Expand Down
Binary file modified gfx/font/english.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/font/font.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/font/font_inversed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/font/overworld.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6780232

Please sign in to comment.