Jump to content

AE:ONK/EXE: Difference between revisions

347 bytes added ,  13 September 2008
Ian's patch
(→‎0x3236: wonder where the 3236 came from; doesn't match the demo either)
(Ian's patch)
Line 12: Line 12:


===0xBDA0===
===0xBDA0===
Dunno what this is.
Disabling the OpenGL extensions list in startup.txt.
This part essentially replaces the function call UUrStartupMessage("OpenGL extensions = %s", extensions); with noops (0x90).
;OLD
;OLD
{|cellspacing=0
{|cellspacing=0
Line 45: Line 46:


===0xBDD8===
===0xBDD8===
Dunno what this is
Disabling the OpenGL extensions list in startup.txt.
This bit fixes up the stack pointer.
;OLD
;OLD
:0x28
:0x28
Line 52: Line 54:


===0x247F0===
===0x247F0===
OpenGL extensions or console or another buffer
Disables a function by replacing the first byte with a retn opcode (0xC3).
;OLD
;OLD
:0x8B
:0x8B
Line 58: Line 60:
:0xC3
:0xC3
===0x24860===
===0x24860===
OpenGL extensions or console or another buffer
Disables UUrStartupMessage by replacing the first byte with a retn opcode (0xC3). This effectively creates a blank function so startup.txt never gets created.
;OLD
;OLD
:0x8B
:0x8B
Line 64: Line 66:
:0xC3
:0xC3
===0x31C40===
===0x31C40===
OpenGL extensions or console or another buffer
Disables another function. (console output?)
;OLD
;OLD
:0x8B
:0x8B
Line 70: Line 72:
:0xC3
:0xC3
===0x7A0D0===
===0x7A0D0===
OpenGL extensions or console or another buffer
Disables another function.
;OLD
;OLD
:0x8B
:0x8B
98

edits