Skip to content

Commit 0b47d5d

Browse files
kittenchillyConnorForan
authored andcommitted
Fix #674
1 parent 92b97c2 commit 0b47d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repentogon/Patches/ASMPatches/ASMGridEntitySpawn_Definitions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ static inline std::array<GridEntitySpawnPatchInfo, 23> build_patches()
212212

213213
// idx is being pulled from Entity_NPC._projectileDelay because it gets moved to a register AFTER we patch
214214
{"8b0d????????8bbb",
215-
"Entity_NPC_Gideon::SpawnLadder", 0, GRID_STAIRS, NO_VARIANT_REG, 1, ASMPatch::Registers::EBX, 0xb9c, ASMPatch::Registers::EAX, 0, 0xa5, NO_COND_JMP},
215+
"Entity_NPC_Gideon::SpawnLadder", 0, GRID_STAIRS, NO_VARIANT_REG, 1, ASMPatch::Registers::EBX, 0xba4, ASMPatch::Registers::EAX, 0, 0xa5, NO_COND_JMP},
216216

217217
{"8b0d????????8945??8b81????????8945",
218218
"Entity_NPC_Raglich::UpdateAI_Arm", 0, GRID_PIT, NO_VARIANT_REG, 0, ASMPatch::Registers::ESI, 0, ASMPatch::Registers::EAX, 0, 0xa5, NO_COND_JMP},

0 commit comments

Comments
 (0)