- Copy Burger Time (NES) rom to the project root
- Make sure the rom's filename is,
BurgerTime.nes - Run the command
cargo run - Output
PatchedBurgerTime.nesstarts with 80 lives, and 255 salt
- Grabbing a bonus item, which should increment your salt by 1, reduces your salt to 50
Q: Why 255 salt? A: Salt is stored in an unsigned int, so the maximum is 255
Q: Why 80 lives? A: I'm not sure yet. Anything more and the first death results in game over.
Q: Why do this at all? A: Because this game is way too hard for me, and I wanted to see more levels :D
- Enemy slow-down
- Reduce number of enemies
- Unlimited salt
- Fix bonus item bug