Author Topic: Battle Load Runner, anyone have a listing of all the level names, or maybe codes  (Read 278 times)

ParanoiaDragon

  • Hero Member
  • *****
  • Posts: 4619
I'm trying to do a track listing of all the music in the game, but, as I suck at the game, even with the couple of codes I found, I can't get past certain parts, to get to the next world.  I'm stuck in China, & playing "any level" only let's you go as far as level 50.  Anyone, at the very least, know the name of the world that starts after 50, & the one that is after that(I know that one is Egypt, but I don't know the year).

Keranu

  • Hero Member
  • *****
  • Posts: 9054
Ouch, that's gotta be tough playing through games like this. Sorry, can't help you with this one. :(
Quote from: Bonknuts
Adding PCE console specific layer on top of that, makes for an interesting challenge (no, not a reference to Ys II).

ParanoiaDragon

  • Hero Member
  • *****
  • Posts: 4619
Yeah, I just stink at Lode Runner games, even though I enjoy them, I'm terrible at them #-o

ccovell

  • Hero Member
  • *****
  • Posts: 2245
I don't have any passwords for you, since the passwords and round select don't seem to be related at all.  You can either select a level, or have a password send you to the higher levels directly (which are pretty damn tough)

Here is some info if you want to try hacking, though.  If you have a Battle Lode Runner ROM (without a 512-byte header to confuse matters), you can edit offset $28F4 in the ROM from #$31 to #$6D.  There seem to be 110 valid stages, but the game ends after you complete stage 101, I believe.  If you are able to do RAM hacking, then $C3 and $C4 in RAM hold the stage number in hex and decimal, respectively.  $2981 in RAM holds the maximum stage number that you can select.  You can set that to #$6D to access all stages.

If you are playing in an emulator and the level is too tough for you, $1400 and onwards in RAM holds the stage map.  You can change any square in the map to a ladder if you set its RAM location to #$04.  That can help you finish the stage a bit more easily.
« Last Edit: March 25, 2007, 10:41:35 PM by ccovell »

ParanoiaDragon

  • Hero Member
  • *****
  • Posts: 4619
Hmm, that sounds cool, & I appreciate it, but, do I need a program to edit it?  I'm pretty sure I do, not sure what though.   :-s

ccovell

  • Hero Member
  • *****
  • Posts: 2245
You need a hex editor or a PCE emulator with debugger or memory editor.  If you only have the HuCard and a PC-Engine to play the game on, then what I wrote in my last post is not very useful to you.

ParanoiaDragon

  • Hero Member
  • *****
  • Posts: 4619
Naw, I'm playing it in ME.  I don't think ME has a debugger or whatever.  :?

ParanoiaDragon

  • Hero Member
  • *****
  • Posts: 4619
Ok, I got a hex editor, & I'm trying to figure out the exact numbers I'm supposed to change, I'm a little confused.  I have the rom that is 256, but the number you're talking about in the various offsets are different, unless I'm not understanding correctly.

For instance, 28F4 in my rom, is 9C.
« Last Edit: March 28, 2007, 08:59:19 PM by ParanoiaDragon »

ccovell

  • Hero Member
  • *****
  • Posts: 2245
Yeah, like I wrote, the address was for the ROM without the 512-byte header (which is really useless for PCE ROMs, folks.  You might as well remove them.)  So if you are using a ROM with a header, the address to change is 512 bytes further down, at $2AF4.