Skip to content

Commit

Permalink
B-K N&B extended building space code added, and max acquired parts co…
Browse files Browse the repository at this point in the history
…de update. (#347)

* Add Breegull Bash cheat.

This allows you to use Breegull Bash without needing to do the cumbersome task of getting four SNS eggs in the first game before you can get the move in Tooie.

* Added extended building space code and improved max acquired parts code.

Allows a total of 31 blocks on forward/back, left/right, and up/down instead of the default of 19 being 1 center and 15 on each direction from the central block.

Has a few quirks when building but works well enough for silly vehicles, Mumbo complains a lot about it.
The fix for max acquired parts gets rid of the missing parts effect on vehicle selection.
  • Loading branch information
retrobenny authored Dec 2, 2024
1 parent ccff300 commit 5262e12
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions patches/4D5307ED - Banjo-Kazooie Nuts & Bolts.patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,37 @@ hash = "C03916823ADAC91B" # default.xex
author = "retroben"
is_enabled = false

[[patch.be32]]
address = 0x8251d428
value = 0x38e000ff
[[patch.be32]]
address = 0x8251dccc
value = 0x394000ff
[[patch.be32]]
address = 0x8255ed1c
value = 0x392000ff

[[patch]]
name = "Extended Build Range"
author = "retroben"
is_enabled = false

[[patch.be32]]
address = 0x8264ac14
value = 0x2f09001f
[[patch.be32]]
address = 0x8264ac30
value = 0x2f09001f
[[patch.be32]]
address = 0x8264ac4c
value = 0x2f0b001f
[[patch.be32]]
address = 0x8264ad38
value = 0x21290020
[[patch.be32]]
address = 0x8264ada8
value = 0x216b0020

[[patch]]
name = "Screen Always Bright"
author = "Serenity"
Expand Down

0 comments on commit 5262e12

Please sign in to comment.