Monster Hunter Portable 3rd HD
|
04-12-2019, 01:18 PM
(This post was last modified: 09-10-2019 08:08 AM by 123npszjhl.)
Post: #398
|
|||
|
|||
RE: Monster Hunter Portable 3rd HD
Hi. I wrote a code that mimics the "Health Regen" augmentation effect of MHW.
_C1 HP Regen Augmentation _L 0xE00A03E0 0x0187B91E _L 0x2187B91C 0x0A814028 _L 0x218500A0 0x12800007 _L 0x218500A4 0x0302D8C2 _L 0x218500A8 0x86810246 _L 0x218500AC 0x102C0004 _L 0x218500B0 0x0361D821 _L 0x218500B4 0x868C0288 _L 0x218500B8 0x036C602D _L 0x218500BC 0xA28C0246 _L 0x218500C0 0x03E00008 Using this cheat, hunter's Health will be restored upon attacking monsters. The restored amount is set to be 1/8 of the damage you made. For higher restoring rate, you can substitute the 4th line with "_L 0x218500A4 0x0302D882" or "_L 0x218500A4 0x0302D842", corresponding to 1/4 and 1/2 respectively. Update: This code now supports online gaming. The above cheat is standalone. I also made a switch for it (see below). With the following code enabled, you can activate/deactivate the "_C1 HP Regen Augmentation" by pressing [Select+O]/[Select +X]. It is set to be deactivated by default. _C1 HP Regen On/Off [Select+O/X] _L 0xE0020A81 0x0187B91E _L 0x5185009C 0x00000004 _L 0x018500BC 0x00000000 _L 0xE0012001 0x0033F01C _L 0x2185009C 0xA28C0246 _L 0xE0014001 0x0033F01C _L 0x2185009C 0x00000000 |
|||
« Next Oldest | Next Newest »
|