We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85714ec commit 318a4c1Copy full SHA for 318a4c1
src/trigger_actions_extended.asm
@@ -183,7 +183,8 @@ hack 0x0061913B ; Extend trigger action jump table
183
cmp eax, 0
184
jnz .Give_Credits
185
186
-.Get_House_Pointer:
+.Get_House_Pointer:
187
+ mov ecx, eax ; the function called below expects the housetype index to be in ecx instead of eax
188
call 0x004C4730 ; House_Pointer_From_HouseType_Index
189
190
.Give_Credits:
0 commit comments