You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove Predef_ prefix from routines listed in PredefPointers
This commit is contained in:
@@ -860,7 +860,7 @@ Printer_GetMonGender: ; 8498a (21:498a)
|
||||
ld [CurPartyMon], a
|
||||
ld a, TEMPMON
|
||||
ld [MonType], a
|
||||
farcall Predef_GetGender
|
||||
farcall GetGender
|
||||
ld a, " "
|
||||
jr c, .got_gender
|
||||
ld a, "♂"
|
||||
|
||||
Reference in New Issue
Block a user