Move setting dungeon completed to prize pickup (or after aga1/aga2) Fix some inverted tiles Remove text-related conditional assembly Make InventoryTable_properties 16 bits wide Fix expanded save slot writing to cart SRAM Fix HUD resetting with red potion
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm ../working.sfc
|
|
cp ../alttp.sfc ../working.sfc
|
|
./bin/macos/asar LTTP_RND_GeneralBugfixes.asm ../working.sfc
|