mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 07:25:03 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user