View Single Post
Old 29 September 2015, 16:45   #60
AnimaInCorpore
Registered User
 
Join Date: Nov 2012
Location: Willich/Germany
Posts: 232
Quote:
Originally Posted by meynaf View Post
So even the file i/o routines are supposed to know that they load ?
I mean, it's not just general i/o to load data regardless of what it is ?
There are routines for loading the samples and the sprites which also track the sprite/sample IDs and storage addresses. Because the game has been written originally in C all of them are using the standard fopen(), fread(), fseek() and fclose() functions. So you can easily add/inject your own conversion routines.

However, you should be aware that up to 512 sprites (16 x 16 pixels) are being displayed on the screen simultaneously.
AnimaInCorpore is offline  
 
Page generated in 0.04676 seconds with 11 queries