Fix a constant in MoveMailFromPCToParty

This commit is contained in:
Narishma-gb
2026-03-05 19:17:44 +01:00
committed by Rangi
parent e317ca613f
commit 033cfbbd5e

View File

@@ -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]