Fix pointerGender offset being wrong

Every character seems to be assigned as male no matter what and changing the offset to 0x51 fixes this.
This commit is contained in:
Sophie R
2023-04-06 14:44:27 +02:00
parent f0db7f0a19
commit 13522ef2c9

View File

@@ -12,7 +12,7 @@ import (
) )
const ( const (
pointerGender = 0x81 // +1 pointerGender = 0x51 // +1
pointerRP = 0x22D16 // +2 pointerRP = 0x22D16 // +2
pointerHouseTier = 0x1FB6C // +5 pointerHouseTier = 0x1FB6C // +5
pointerHouseData = 0x1FE01 // +195 pointerHouseData = 0x1FE01 // +195