mirror of
https://github.com/pret/pokegold.git
synced 2026-08-25 10:04:12 -05:00
Fix a constant in MoveMailFromPCToParty
This commit is contained in:
@@ -101,7 +101,7 @@ MoveMailFromPCToParty:
|
||||
ld bc, MAIL_STRUCT_LENGTH
|
||||
call CopyBytes
|
||||
pop hl
|
||||
ld de, PARTYMON_STRUCT_LENGTH - MON_MOVES
|
||||
ld de, MAIL_STRUCT_LENGTH - 1 ; message type
|
||||
add hl, de
|
||||
ld d, [hl]
|
||||
ld a, [wCurPartyMon]
|
||||
|
||||
Reference in New Issue
Block a user