; updates the types of a party mon (pointed to in hl) to the ones of the mon specified in [wPokedexNum] SetPartyMonTypes: call GetPredefRegisters ld bc, MON_TYPE add hl, bc ld a, [wPokedexNum] ld [wCurSpecies], a push hl call GetMonHeader pop hl ld a, [wMonHType1] ld [hli], a ld a, [wMonHType2] ld [hl], a ret