Advertisement
Reisyukaku

[ExtSave] MiiPlaza Notes

Jan 23rd, 2017
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. mgCar(Slot Cars):
  2. (s8) 0x4D5D = Booster speed
  3. (s8) 0x4D5E = Booster Performance
  4. (s8) 0x4D5F = Booster Control
  5.  
  6. mgPzd(Monster Manor):
  7. (item) 0x134 = start of 8 inventory slots
  8. (item) 0x174 = start of 99 box slots
  9. struct{
  10. u32 Exp;
  11. u8 ???;
  12. u8 (related to +bonus, and model); //seems to be an index of an array of every possible combo of model and +bonus for weapon
  13. u8 Proc type;
  14. u8 Proc lvl;
  15. u8 MaxLvl;
  16. u8 CurrentLvl;
  17. } item;
  18. //grade seems generated based on various things
  19.  
  20. mgBtl(Warriors Way):
  21. (u32) 0x34 = army count
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement