Division by Zero Bugfix

Fixes a div-zero-crash that occurs when moving a picture at a very low zoom-level to edge of the screen.

Originally made and first released by Cherry.

RPG2003
1.00UNKNOWN1UNKNOWN21.0.2.1
1.0.2.1
1.0.3.0
1.0.4.0
1.0.5.0
1.0.5.0
1.0.6.0
1.0.6.0
1.0.7.0
1.0.7.0
1.0.8.0
1.0.8.0
1.0.9.1
1.0.9.1
1.101.111.12mp210414

Segment 1/3

Offsets

RPG2003
1.0.8.0
1.0.8.0
00466B2Ch
00065F2Ch

Sourcecode

			CALL PROC__0049F280h

Bytes

E84F870300

Segment 2/3

Offsets

RPG2003
1.0.8.0
1.0.8.0
0049F1CCh
0009E5CCh

Sourcecode

			PUSH __0049E34Ch		; '-------/-------'

Bytes

684CE34900

Segment 3/3

Offsets

RPG2003
1.0.8.0
1.0.8.0
0049F280h
0009E680h

Sourcecode

PROC__0049F280h:
			TEST EDI, EDI
			JNZ __0049F28Ah
			XOR EAX, EAX
__0049F28Ah:
			RET

Bytes

85FF 0F8502000000 33C0 C3