You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
MON_NAME_LENGTH -> NAME_LENGTH
This commit is contained in:
@@ -45,7 +45,7 @@ _GiveOddEgg:
|
|||||||
; Writes to wOddEgg, wOddEggName, and wOddEggOTName,
|
; Writes to wOddEgg, wOddEggName, and wOddEggOTName,
|
||||||
; even though OddEggs does not have data for wOddEggOTName
|
; even though OddEggs does not have data for wOddEggOTName
|
||||||
ld de, wOddEgg
|
ld de, wOddEgg
|
||||||
ld bc, NICKNAMED_MON_STRUCT_LENGTH + MON_NAME_LENGTH
|
ld bc, NICKNAMED_MON_STRUCT_LENGTH + NAME_LENGTH
|
||||||
call CopyBytes
|
call CopyBytes
|
||||||
|
|
||||||
ld a, EGG_TICKET
|
ld a, EGG_TICKET
|
||||||
|
|||||||
2
wram.asm
2
wram.asm
@@ -379,7 +379,7 @@ NEXTU ; c608
|
|||||||
; odd egg
|
; odd egg
|
||||||
wOddEgg:: party_struct wOddEgg
|
wOddEgg:: party_struct wOddEgg
|
||||||
wOddEggName:: ds MON_NAME_LENGTH
|
wOddEggName:: ds MON_NAME_LENGTH
|
||||||
wOddEggOTName:: ds MON_NAME_LENGTH
|
wOddEggOTName:: ds NAME_LENGTH
|
||||||
|
|
||||||
NEXTU ; c608
|
NEXTU ; c608
|
||||||
; battle tower temp struct
|
; battle tower temp struct
|
||||||
|
|||||||
Reference in New Issue
Block a user