Twitch tv Indiana Jones Game Hack Part 1c64brain 2018-03-20T22:03:01+00:00
To make this an organized state for the viewers I utilized OBS Studio to setup windows for the Commodore 64 environment. My first window captured the VICE C64 emulator display. The VICE C64 is a tool that “emulates” a Commodore 64/PET/128 environment that can accept commands in Basic, Assembly language, or whatever cartridge is connected to the application. The windows are the Scenes that is seen in the screenshot. Unfortunately this tutorial would be sidetracked if I started showing you how to use OBS Studio, but we could always save that for another day. Be sure to check out other videos on this channel to learn more about the VICE C64 emulator.
Further evaluation can be done using the Hex editor built into Infiltrator. The can be loaded by clicking on the HEX button when the Infiltrator first loads. You will recognize these buttons in sequence showing HEX, DIS, SPR, BMP, C&S, SINE (Hex editor, Disassembly editor, Sprite editor, Bitmap editor, Character set editor, and the Sine Analysis generation editor.
Because the Hex editor did not spit out the correct values, I investigated further by opening VICE C64 and launching the built in Monitor. The code can then be looked up by typing a d (for disassemble). VICE’s monitor will then show a segment of code within small blocks. This makes it easily then trying to break out of a scrolling listing. Another command you can enter in VICE’s monitor is called mem. In the YouTube example, I typed in mem 0406 as an example to investigate the code found there. The code sample for the Indiana Jones example sprite shapes are found by typing mem 59f0. A screenshot evaluates this to be accurate. The values vary since this code seemed to be modifying the game as it was running.