city41 / lbmini

A ROM hack for The Last Blade that makes the hidden developer mini game easy to play.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last Blade Hidden Mini Game Hack

screenshot

Last Blade has a hidden mini game inside of it. But getting to it is pretty difficult and error prone.

This repo creates a patch that takes you straight to the mini game right when the game boots up (after the eyecatcher).

I made a video on the mini game and hack too.

How to use a MAME Lua script to see the mini game

If you don't want to bother with hacking the ROM, you can use MAME and a Lua script to see it. This script does the same thing as the hack.

Download miniGameHack.lua

Then launch MAME from the command line

mame -autoboot_script miniGameHack.lua lastblad

You might want to add some more flags to make MAME a bit nicer

mame -w -nofilter -nomouse -autoboot_script miniGameHack.lua lastblad

Now wait for the demo to start

  • MVS: wait through the eyecatcher
  • AES: press start during the eyecatcher, or just wait

Instead of the demo starting, the mini game will

How to play the mini game

  • Button B: kick a life saver
  • Button D: reset the level

Navigate Washizuka to the red life saver.

About

A ROM hack for The Last Blade that makes the hidden developer mini game easy to play.

License:GNU General Public License v3.0


Languages

Language:Assembly 55.3%Language:C 29.1%Language:Yacc 6.9%Language:TypeScript 3.6%Language:Lex 2.8%Language:Lua 1.4%Language:CMake 0.7%Language:Shell 0.2%Language:Makefile 0.1%