Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lufia II Ancient Cave: implement new game #1218

Merged
merged 12 commits into from
Dec 12, 2022
Prev Previous commit
Next Next commit
Change Filesize for Rom in inno file, adjust documentation
wordfcuk committed Nov 9, 2022
commit a52d2667dc5ae63a4ce061e8fb9f328f63b12751
2 changes: 1 addition & 1 deletion inno_setup.iss
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ Name: "generator/sm"; Description: "Super Metroid ROM Setup"; Types: full ho
Name: "generator/dkc3"; Description: "Donkey Kong Country 3 ROM Setup"; Types: full hosting; ExtraDiskSpaceRequired: 3145728; Flags: disablenouninstallwarning
Name: "generator/smw"; Description: "Super Mario World ROM Setup"; Types: full hosting; ExtraDiskSpaceRequired: 3145728; Flags: disablenouninstallwarning
Name: "generator/soe"; Description: "Secret of Evermore ROM Setup"; Types: full hosting; ExtraDiskSpaceRequired: 3145728; Flags: disablenouninstallwarning
Name: "generator/l2ac"; Description: "Lufia II Ancient Cave ROM Setup"; Types: full hosting; ExtraDiskSpaceRequired: 3145728; Flags: disablenouninstallwarning
Name: "generator/l2ac"; Description: "Lufia II Ancient Cave ROM Setup"; Types: full hosting; ExtraDiskSpaceRequired: 2621440; Flags: disablenouninstallwarning
Name: "generator/lttp"; Description: "A Link to the Past ROM Setup and Enemizer"; Types: full hosting; ExtraDiskSpaceRequired: 5191680
Name: "generator/oot"; Description: "Ocarina of Time ROM Setup"; Types: full hosting; ExtraDiskSpaceRequired: 100663296; Flags: disablenouninstallwarning
Name: "generator/zl"; Description: "Zillion ROM Setup"; Types: full hosting; ExtraDiskSpaceRequired: 150000; Flags: disablenouninstallwarning
8 changes: 4 additions & 4 deletions worlds/lufia2ac/docs/en_Lufia II Ancient Cave.md
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@ config file.
As you may or may not know, randomization was already a core feature of the Ancient Cave in Lufia II, basically being a
whole game within a game. The Ancient Cave has 99 floors with increasingly hard enemies, red chests and blue chests. At
the end of the Ancient Cave you get to fight the Royal Jelly... if you make it that far. You cannot lose the Royal
Jelly fight as it kills itself after giving you three rounds to try and kill it (or kill yourself, whichever one you can
manage).
Jelly fight as it kills itself after giving you three rounds to try and kill it (or manage to vanquish your own party,
whichever one you can manage).

The Randomizer allows you to set four different goals (Kill the Boss, Iris Treasure Hunt, Treasure hunt + Boss, Reach
final floor), and modify the game in several other ways (define where the last floor is, start with providence, choose
@@ -25,12 +25,12 @@ always in your local game.

## Which items can be in another player's world?

Any of the items which can be shuffled may also be placed into another player's world.
Any of the blue chest items from the vanilla game may be placed into another player's world.

## What does another world's item look like in Lufia II?

Items belonging to other worlds are represented by an AP icon and are called AP items.

## When the player receives an item, what happens?

Your Party Leader will hold up the item they received when not in a fight or in a menu.
Your Party Leader will hold up the item they received when not in a fight or in a menu.
2 changes: 1 addition & 1 deletion worlds/lufia2ac/docs/setup_en.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
- An emulator capable of connecting to SNI
([snes9x rr](https://github.com/gocha/snes9x-rr/releases),
[BizHawk](http://tasvideos.org/BizHawk.html), or
[RetroArch](https://retroarch.com?page=platforms) 1.10.1 or newer). Or,
[RetroArch](https://retroarch.com?page=platforms) 1.10.3 or newer). Or,
- An SD2SNES, [FXPak Pro](https://krikzz.com/store/home/54-fxpak-pro.html), or other compatible hardware. **note:
modded SNES minis are currently not supported by SNI**
- Your American ROM file, probably named `Lufia II - Rise of the Sinistrals (USA).sfc`