View Single Post
ThunderPX

JCF Member

Joined: Dec 2002

Posts: 1,350

ThunderPX is doing well so far

Oct 20, 2005, 06:28 AM
ThunderPX is offline
Reply With Quote
Well, I remember someone coded a special version of Gens so it processed all the executed code in a ROM to a file. It *might* be possible to do with a PC executable, but it's unlikely.

EDIT: This isn't the real source, by the way, just a disassembly of the exe file. It might contain some useful info, though.

EDIT2: I've already found a lot of Dutch phrases, some sound references and some stuff about "SPAZ3D."

EDIT3: "Retail distribution of this code is strictly prohibited without written permission by Epic." Yes, maybe, but why did they write that vertically? :P And there's some cheats I've never seen before AFAIK, but I haven't cheated in ages. "jjrush," "jjgems," "jjending."

EDIT4:
Code:
.data:004CF8BC aTweedle        db 'TWEEDLE',0
Well, at least Tweedle has some remains.

Code:
.data:004D0D38 ; char aShield_plasma[]
.data:004D0D38 aShield_plasma  db 'Shield.Plasma',0    ; DATA XREF: sub_460F70+28o
Why is this here among the error messages?

Code:
.data:004D34B8 aServer_checkco db 'Server_CheckConnection: Client already active! DUH!',0
XD

Code:
.data:004D417C aThisProgramReq db 'This program requires a 256 color display mode.',0
o_O;;

Last edited by ThunderPX; Oct 20, 2005 at 07:08 AM.