Skip to content

Commit 2472151

Browse files
committed
10222023
1 parent fb86745 commit 2472151

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

builddate.efptxt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// This is required to get updating working as the updater checks if the timestamp is larger or not to update.
22
// I'm gonna pretty much change this into an int that is a version number since thats easy to manage.
33
GOTO 0x150
4-
INT32 1070
4+
INT32 1090

main.efptxt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
0x8ebf5 WRITE 18 04 // in load animation
6262
0x8e297 WRITE 18 04 // play animation
6363
0x8e864 WRITE 18 04 // export animation
64+
0x8ef27 WRITE 18 04 // record animation
65+
0x8ef6a WRITE 18 04 // record animation
6466

6567
// TEMP: Disable "Animator" menu until it is fixed (!!REMOVE TO WORK ON IT)
6668
// 0xa843c WRITE EB 1A // turns the call for creating the menu item into a jmp
@@ -132,3 +134,6 @@
132134

133135
// remove the OnLevelDestroyed hook
134136
0xaaaf5 WRITE 90 90 90 90 90 // nop call to CT::Hooks::CreateHook
137+
138+
// skip some func call that crashes the game when switching characters
139+
0x8e922 WRITE 90 90 90 90 90

0 commit comments

Comments
 (0)