Closed ghost2238 closed 2 years ago
I think they should be unhooked from Fallout1Behavior
option, maybe work as a simple addition, like the sfx for location label buttons. Haven't test them yet, but it seems the "mov eax, addr; jmp eax" can be changed to rely on call
/retn
instead of all-jmp
style.
I think they should be unhooked from
Fallout1Behavior
option, maybe work as a simple addition, like the sfx for location label buttons.
Changed it.
Haven't test them yet, but it seems the "mov eax, addr; jmp eax" can be changed to rely on
call
/retn
instead of all-jmp
style.
Possibly, don't have time to test right now, but feel free to check.
Implements #373 Also added obj_drop call definition.