Changes
Jump to navigation
Jump to search
m
u8 u16 encounter_id = enc_entry & 0x03FF;
→Encounter Structure: enc_id needs u16.
u16 enc_entry; /* holds the read value */
u8 prob = enc_entry >> 10;
</cpp>