Advertisement
lepelog

Boss Rush

Jun 15th, 2020
917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # Boss rush
  2. source: https://github.com/lepelog/skywardsword-tools/blob/output/event2/460-RairyuMinigame.c#L270
  3.  
  4. This data only applies to hero mode, normal mode has different lists based on story progress (imp3, horde, gir3)
  5.  
  6. The game uses sceneflags 115-126 (inclusive) to track which bosses you already fought. After defeating the initially chosen boss, the next fight is determined based on 3 lists. Which one is used appears to be random. Then the first boss in the chosen list, that hasn't been fought will be the next fight.
  7.  
  8. lists:
  9. 0:
  10. 115: gir1
  11. 116: Scaldera
  12. 117: Molderarch
  13. 118: imp1
  14. 119: Koloktos
  15. 120: Tentalus
  16. 121: gir2
  17. 122: imp2
  18. 123: imp3
  19. 124: Horde
  20. 125: gir3
  21. 126: demise
  22.  
  23. 1:
  24. 125: gir3
  25. 116: Scaldera
  26. 123: imp3
  27. 118: imp1
  28. 115: gir1
  29. 124: Horde
  30. 119: Koloktos
  31. 122: imp2
  32. 120: Tentalus
  33. 121: gir2
  34. 117: Molderarch
  35. 126: demise
  36.  
  37. 2:
  38. 123: imp3
  39. 120: Tentalus
  40. 121: gir2
  41. 125: gir3
  42. 115: gir1
  43. 122: imp2
  44. 119: Koloktos
  45. 116: Scaldera
  46. 118: imp1
  47. 124: Horde
  48. 117: Molderarch
  49. 126: demise
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement