View Single Post
  #1  
Old 10th February 2011, 01:59 AM
TheEpicGamehero
Guest
 
Cool Banjo-Kazooie Baddie Size Mod (NTSC)

Well, I've made this code recently for someone, and thought it was a good code to share too.
It modifies the size of any baddie you want when you enter a world. Just make sure you turn it on when the game is starting.

Here's some IDs for you to help:

0004 = BigButt (Bull)
0005 = Ticker (Termite)
0006 = Grublin (Purple guys)
0008 = Conga
0133 = Red Flibbit (Frog from BGS)
0012 = Beehive
0007 = Mumbo

8133032C 0C0E
8133032E C000
81330330 8E03
81330332 000C
813B0000 0061
813B0002 6024
813B0004 8603
813B0006 0008
813B0008 2408
813B000A 0006 - Grublin
813B000C 1468
813B000E 0002
813B0010 0000
813B0012 0000
813B0014 240C
813B0016 0064 - Common default size value
813B0018 03E0
813B001A 0008


But if you just want it to effect every object, just use this little one.

81330330 240C
81330332 0064 - Default
Reply With Quote