Batman Beyond: Return of the Joker PS1 LOADDATA.IMC
-
- Posts: 265
- Joined: Fri Oct 17, 2014 2:57 am
Batman Beyond: Return of the Joker PS1 LOADDATA.IMC
Most of the game's data is in this file:
-
- Posts: 179
- Joined: Tue Jan 18, 2022 12:21 am
Re: Batman Beyond: Return of the Joker PS1 LOADDATA.IMC
Code: Select all
GET ENTRIES LONG
FOR RIP = 1 TO ENTRIES
GET OFFSET LONG
SAVEPOS TMP
XMATH OFFSET "(OFFSET * 0X800)"
GET SIZE LONG
XMATH SIZE "(SIZE * 0X800)"
XMATH SIZE "(SIZE - OFFSET)"
GOTO TMP
LOG "" OFFSET SIZE
NEXT RIP