|
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
|
gamekrazzy: I don't understand why you insist on using PMs for things that should be shared with everyone. I'm sure others are interested of doing similar things....
Sent to me via PM:
Originally posted by gamekrazzy
I was able to add a Tweester to the Castle Grounds. It was really simple, but I think I did something wrong when I did it because now I can't play it.
I mean I cannot play it by continuing a file. Are you sure you have to replace the 0x0C as well as the 0x05 for the banks? Because the Tweester is only 0x05 for the banks. Why did I have to replace 0x0C?
Bank 0x05 contains the polygon data, while the bank 0x0C contains the geo layout script.
17 0C 00 0C 00 15 1B 70 00 15 21 D0
17 0C 00 05 00 8C 11 8C 00 8D 57 DC
Normally, the geo layout script for a given model is in a different bank than the polygon data.
Now, I guess you stumbled on a very rare case in the game for the Tweester, where the geo layout script is actually found inside the polygon bank (I wonder why they didn't do the same for all objects though...).
So, yes, in that case the Tweester can work with only the 0x05 bank. But if you only load you won't be able to use the other objects found in the same bank, that do use the 0x0C bank for geo layout scripts.
Other objects which can be found in the same bank:
57 Klepto
58 Eyerock
59 Eyerock2
54 Pokey Head
55 Pokey Part
Here's the 0x22 commands needed to have all the objects from the Tweester bank:
22 08 00 57 0C 00 00 00
22 08 00 58 0C 00 05 A8
22 08 00 59 0C 00 05 E4
22 08 00 54 0C 00 06 10
22 08 00 55 0C 00 06 44
22 08 00 56 05 01 46 30
Note how how the last one, model id 56, which is the Tweester, exceptionally uses the 0x05 polygon bank instead of the 0x0C bank like the others.
Anyway, as I said, trying to change the 0x0C/0x05 banks in Castle Grounds will give you problems, because changing the 0x05/0x0C banks involve removing Peach, and unfortunately, she's hard-coded into the intro (and end) sequence. And, yes, that's why you could only play by continuing a game file, because that would skip the intro...
____________________
|
  |
|
|