This is probably the one place on the Internet where people overall prefer the original PSX translation. I'd suggest asking the question in literally any other community that covers FFT!
Don't be hasty to start your own mod; all our FFT modding projects are greatly understaffed! Find out how you can help in the Recruitment section or our Discord!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
<Patch name="[QoL] Guests use AI inventory">
<Author>Xifanie</Author>
<Description>Non-controllable player team units will not check for, or consume the player's inventory. Instead they will have access to items based on their level, just like enemies.</Description>
<Location file="BATTLE_BIN" offset="19507C" offsetMode="RAM" mode="ASM">
j 0x80150B54 # Item/Draw Out Check
andi r2, r2, 0x0038 # Team + Control
</Location>
<Location file="BATTLE_BIN" offset="195174" offsetMode="RAM" mode="ASM">
j 0x80150B5C # Throw Check
andi r2, r2, 0x0038 # Team + Control
</Location>
<Location file="BATTLE_BIN" offset="17C958" offsetMode="RAM" mode="ASM">
j 0x80150B64 # Player Item Quantity decrement
andi r2, r2, 0x0038 # Team + Control
</Location>
<Location file="BATTLE_BIN" offset="150B54" offsetMode="RAM" mode="ASM">
j 0x80195084
xori r2, r2, 0x0008 # No Control = No Check
j 0x8019517C
xori r2, r2, 0x0008 # No Control = No Check
j 0x8017C960
xori r2, r2, 0x0008 # No Control = No Decrement
</Location>
</Patch>
Quote from: alonerfeumuno on December 27, 2022, 01:16:16 pmIt is possible to block the gameshark acess via Patcher ?Impossible
Page created in 0.065 seconds with 21 queries.