Load Patch

Early predecessor of BetterAEP which replaces the process-cancel event-command with opening the default file-menu in load-mode. The original command can't be used anymore after the patch got applied.

This patch utilizes normally-zeroed bytes out of the defined CODE-section that exist for alignment-purpose. Other patches may do the same and overwrite or corrupt each-other.

Originally made and first released by Cherry.

RPG2000
1.00UNKNOWN2000-05-072000-06-192000-07-112000-11-132000-11-152000-12-27
1.07
2001-05-05
1.10
2003-03-27
1.50
2003-06-25
1.51/1.52
2015-07-05
1.60
2015-09-15
1.61
2017-09-14
1.62

Segment 1/2

Offsets

RPG2000
2000-12-27
1.07
0048B23Ah
0008A63Ah

Sourcecode

			CALL PROC__00497890h

Bytes

E851C60000

Segment 2/2

Offsets

RPG2000
2000-12-27
1.07
00497890h
00096C90h

Sourcecode

			MOV EAX, [0049ABA4h]
			MOV EAX, [EAX]
			MOV BYTE PTR [EAX+04h], 5
			MOV EAX, [0049AECCh]
			MOV EAX, [EAX]
			MOV BYTE PTR [EAX+50h], 0
			MOV EAX, [0049AECCh]
			MOV EAX, [EAX]
			MOV BYTE PTR [EAX+51h], 0
			RET

Bytes

A1A4AB4900 8B00 C6400405 A1CCAE4900 8B00 C6405000 A1CCAE4900 8B00 C6405100 C3