You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
More syncing with pokegold
This commit is contained in:
@@ -15,7 +15,7 @@ GiveShuckle:
|
||||
jr nc, .NotGiven
|
||||
|
||||
; Caught data.
|
||||
ld b, 0
|
||||
ld b, CAUGHT_BY_UNKNOWN
|
||||
farcall SetGiftPartyMonCaughtData
|
||||
|
||||
; Holding a Berry.
|
||||
|
@@ -87,13 +87,12 @@ NameRival:
|
||||
ld b, NAME_RIVAL
|
||||
ld de, wRivalName
|
||||
farcall _NamingScreen
|
||||
; default to "SILVER"
|
||||
ld hl, wRivalName
|
||||
ld de, .default
|
||||
ld de, .DefaultName
|
||||
call InitName
|
||||
ret
|
||||
|
||||
.default
|
||||
.DefaultName:
|
||||
db "SILVER@"
|
||||
|
||||
NameRater:
|
||||
|
Reference in New Issue
Block a user