Advertisement
Sir_VG

Harmony of Dissonance Leaderboard Notes

Sep 23rd, 2014
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.26 KB | None | 0 0
  1. Harmony of Dissonance Leaderboard Notes
  2.  
  3. Juste Speedrun
  4. Fastest game completion with Juste (Best Ending)
  5. ------------------------------------------------
  6. Start: 0x02077e!=7_0x008048=h0001_d0x008048!=h0001
  7.  
  8. 0x02077e!=7 - Subweapon is not 7, which is Maxim's exclusive subweapon.
  9. 0x008048=h0001 - Denotes that player is in-game.
  10. d0x008048!=h0001 - To prevent massive start/cancel triggers when the player dies.
  11.  
  12. Alternate Version (Until Timer issue is fixed on emulator)
  13. 0x02077e=7_0x008068=hEF58_d0x8068!=hEF58
  14.  
  15. 0x02077e!=7 - Subweapon is not 7, which is Maxim's exclusive subweapon.
  16. 0x008068=hEF58 - Player has entered Dracula Wraith's Room
  17. d0x8068!=hEF58 - To prevent massive start/cancel triggers when the player dies.
  18.  
  19. Cancel: 0x02054e=0_d0x2054e!=0
  20.  
  21. 0x02054e=0 - Juste is out of HP. Cancel the challenge.
  22. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  23.  
  24. Submit: 0x008068=hEF34_d0x8068!=hEF34
  25.  
  26. 0x008068=hEF34 - Room for completing the game, best ending.
  27.  
  28. Value: 0x00808a*65536_0x008088*1
  29.  
  30. Timer in frames. Value is in Hex.
  31. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  32. ------------------------------------------------------------------------------------------------
  33.  
  34. Maxim Speedrun
  35. Fastest game completion with Maxim
  36. ----------------------------------
  37. Start: 0x02077e=7_0x008048=h0001_d0x008048!=h0001
  38.  
  39. 0x02077e=7 - Subweapon is 7, which is Maxim's exclusive subweapon.
  40. 0x008048=h0001 - Denotes that player is in-game.
  41. d0x008048!=h0001 - To prevent massive start/cancel triggers when the player dies.
  42.  
  43. Alternate Version (Until Timer issue is fixed on emulator)
  44. 0x02077e=7_0x008068=hEF58_d0x8068!=hEF58
  45.  
  46. 0x02077e=7 - Subweapon is 7, which is Maxim's exclusive subweapon.
  47. 0x008068=hEF58 - Player has entered Dracula Wraith's Room
  48. d0x8068!=hEF58 - To prevent massive start/cancel triggers when the player dies.
  49.  
  50. Cancel: 0x02054e=0_d0x2054e!=0
  51.  
  52. 0x02054e=0 - Maxim is out of HP. Cancel the challenge.
  53. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  54.  
  55. Submit: 0x008068=hEF10_d0x8068!=hEF10
  56.  
  57. 0x008068=hEF10 - Room for completing the game.
  58.  
  59. Value: 0x00808a*65536_0x008088*1
  60.  
  61. Timer in frames. Value is in Hex.
  62. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  63. ------------------------------------------------------------------------------------------------
  64.  
  65. Simon Boss Rush Easy
  66. Fastest Boss Rush (Easy) with Simon Belmont
  67. -------------------------------------------
  68. Start: 0xh0083a8=h19_0x0083e6=h0126_d0x0083e6!=h0126
  69.  
  70. 0xh0083a8=h19 - h19 indicates Boss Rush Easy Mode.
  71. 0x0083e6=h0126 - Indicates that the player is playing Simon in Boss Rush mode.
  72. d0x0083e6!=h0126 - To prevent massive start/cancel triggers when the player dies.
  73.  
  74. Cancel: 0x02054e=0_d0x2054e!=0
  75.  
  76. 0x02054e=0 - Simon is out of HP. Cancel the challenge.
  77. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  78.  
  79. Submit: 0x008314=h001f
  80.  
  81. 0x008314=h001f - The last boss in Boss Rush (Easy) has been defeated.
  82.  
  83. Value: 0x00808a*65536_0x008088*1
  84.  
  85. Timer in frames. Value is in Hex.
  86. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  87. ------------------------------------------------------------------------------------------------
  88.  
  89. Simon Boss Rush Normal
  90. Fastest Boss Rush (Normal) with Simon Belmont
  91. -------------------------------------------
  92. Start: 0xh0083a8=h1a_0x0083e6=h0126_d0x0083e6!=h0126
  93.  
  94. 0xh0083a8=h1a - h1a indicates Boss Rush Easy Mode.
  95. 0x0083e6=h0126 - Indicates that the player is playing Simon in Boss Rush mode.
  96. d0x0083e6!=h0126 - To prevent massive start/cancel triggers when the player dies.
  97.  
  98. Cancel: 0x02054e=0_d0x2054e!=0
  99.  
  100. 0x02054e=0 - Simon is out of HP. Cancel the challenge.
  101. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  102.  
  103. Submit: 0x008314=h03FF
  104.  
  105. 0x008314=h03FF - The last boss in Boss Rush (Normal) has been defeated.
  106.  
  107. Value: 0x00808a*65536_0x008088*1
  108.  
  109. Timer in frames. Value is in Hex.
  110. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  111. ------------------------------------------------------------------------------------------------
  112.  
  113. Simon Boss Rush Hard
  114. Fastest Boss Rush (Hard) with Simon Belmont
  115. -------------------------------------------
  116. Start: 0xh0083a8=h1b_0x0083e6=h0126_d0x0083e6!=h0126
  117.  
  118. 0xh0083a8=h1b - h1b indicates Boss Rush Easy Mode.
  119. 0x0083e6=h0126 - Indicates that the player is playing Simon in Boss Rush mode.
  120. d0x0083e6!=h0126 - To prevent massive start/cancel triggers when the player dies.
  121.  
  122. Cancel: 0x02054e=0_d0x2054e!=0
  123.  
  124. 0x02054e=0 - Simon is out of HP. Cancel the challenge.
  125. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  126.  
  127. Submit: 0x008314=hFFFF_0x008316=h0007
  128.  
  129. 0x008314=hFFFF_0x008316=h0007 - The last boss in Boss Rush (Normal) has been defeated.
  130.  
  131. Value: 0x00808a*65536_0x008088*1
  132.  
  133. Timer in frames. Value is in Hex.
  134. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  135. ------------------------------------------------------------------------------------------------
  136.  
  137. Maxim Boss Rush Easy
  138. Fastest Boss Rush (Easy) with Maxim
  139. -------------------------------------------
  140. Start: 0xh0083a8=h19_0x02077e=h0007_d0x2077e!=7
  141.  
  142. 0xh0083a8=h19 - h19 indicates Boss Rush Easy Mode.
  143. 0x02077e=h0007 - Indicates that the player is playing Maxim in Boss Rush mode.
  144. d0x2077e!=7 - To prevent massive start/cancel triggers when the player dies.
  145.  
  146. Cancel: 0x02054e=0_d0x2054e!=0
  147.  
  148. 0x02054e=0 - Maxim is out of HP. Cancel the challenge.
  149. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  150.  
  151. Submit: 0x008314=h001f
  152.  
  153. 0x008314=h001f - The last boss in Boss Rush (Easy) has been defeated.
  154.  
  155. Value: 0x00808a*65536_0x008088*1
  156.  
  157. Timer in frames. Value is in Hex.
  158. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  159. ------------------------------------------------------------------------------------------------
  160.  
  161. Maxim Boss Rush Normal
  162. Fastest Boss Rush (Normal) with Maxim
  163. -------------------------------------------
  164. Start: 0xh0083a8=h1a_0x02077e=h0007_d0x2077e!=7
  165.  
  166. 0xh0083a8=h1a - h1a indicates Boss Rush Easy Mode.
  167. 0x02077e=h0007 - Indicates that the player is playing Maxim in Boss Rush mode.
  168. d0x2077e!=7 - To prevent massive start/cancel triggers when the player dies.
  169.  
  170. Cancel: 0x02054e=0_d0x2054e!=0
  171.  
  172. 0x02054e=0 - Maxim is out of HP. Cancel the challenge.
  173. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  174.  
  175. Submit: 0x008314=h03FF
  176.  
  177. 0x008314=h03FF - The last boss in Boss Rush (Normal) has been defeated.
  178.  
  179. Value: 0x00808a*65536_0x008088*1
  180.  
  181. Timer in frames. Value is in Hex.
  182. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  183. ------------------------------------------------------------------------------------------------
  184.  
  185. Maxim Boss Rush Hard
  186. Fastest Boss Rush (Hard) with Maxim
  187. -------------------------------------------
  188. Start: 0xh0083a8=h1b_0x02077e=h0007_d0x2077e!=7
  189.  
  190. 0xh0083a8=h1b - h1b indicates Boss Rush Easy Mode.
  191. 0x02077e=h0007 - Indicates that the player is playing Maxim in Boss Rush mode.
  192. d0x2077e!=7 - To prevent massive start/cancel triggers when the player dies.
  193.  
  194. Cancel: 0x02054e=0_d0x2054e!=0
  195.  
  196. 0x02054e=0 - Maxim is out of HP. Cancel the challenge.
  197. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  198.  
  199. Submit: 0x008314=hFFFF_0x008316=h0007
  200.  
  201. 0x008314=hFFFF_0x008316=h0007 - The last boss in Boss Rush (Normal) has been defeated.
  202.  
  203. Value: 0x00808a*65536_0x008088*1
  204.  
  205. Timer in frames. Value is in Hex.
  206. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  207. ------------------------------------------------------------------------------------------------
  208.  
  209. Juste Boss Rush Easy
  210. Fastest Boss Rush (Easy) with Juste
  211. -------------------------------------------
  212. Start: 0xh0083a8=h19_0x0083e6=h00DE_d0x0083e6!=h00DE
  213.  
  214. 0xh0083a8=h19 - h19 indicates Boss Rush Easy Mode.
  215. 0x0083e6=h00DE - Indicates that the player is playing Juste in Boss Rush mode.
  216. d0x0083e6!=h00DE - To prevent massive start/cancel triggers when the player dies.
  217.  
  218. Cancel: 0x02054e=0_d0x2054e!=0
  219.  
  220. 0x02054e=0 - Juste is out of HP. Cancel the challenge.
  221. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  222.  
  223. Submit: 0x008314=h001f
  224.  
  225. 0x008314=h001f - The last boss in Boss Rush (Easy) has been defeated.
  226.  
  227. Value: 0x00808a*65536_0x008088*1
  228.  
  229. Timer in frames. Value is in Hex.
  230. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  231. ------------------------------------------------------------------------------------------------
  232.  
  233. Juste Boss Rush Normal
  234. Fastest Boss Rush (Normal) with Juste
  235. -------------------------------------------
  236. Start: 0xh0083a8=h1a_0x0083e6=h00DE_d0x0083e6!=h00DE
  237.  
  238. 0xh0083a8=h1a - h1a indicates Boss Rush Easy Mode.
  239. 0x0083e6=h00DE - Indicates that the player is playing Juste in Boss Rush mode.
  240. d0x0083e6!=h00DE - To prevent massive start/cancel triggers when the player dies.
  241.  
  242. Cancel: 0x02054e=0_d0x2054e!=0
  243.  
  244. 0x02054e=0 - Juste is out of HP. Cancel the challenge.
  245. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  246.  
  247. Submit: 0x008314=h03FF
  248.  
  249. 0x008314=h03FF - The last boss in Boss Rush (Normal) has been defeated.
  250.  
  251. Value: 0x00808a*65536_0x008088*1
  252.  
  253. Timer in frames. Value is in Hex.
  254. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  255. ------------------------------------------------------------------------------------------------
  256.  
  257. Juste Boss Rush Hard
  258. Fastest Boss Rush (Hard) with Juste
  259. -------------------------------------------
  260. Start: 0xh0083a8=h1b_0x0083e6=h00DE_d0x0083e6!=h00DE
  261.  
  262. 0xh0083a8=h1b - h1b indicates Boss Rush Easy Mode.
  263. 0x0083e6=h00DE - Indicates that the player is playing Juste in Boss Rush mode.
  264. d0x0083e6!=h00DE - To prevent massive start/cancel triggers when the player dies.
  265.  
  266. Cancel: 0x02054e=0_d0x2054e!=0
  267.  
  268. 0x02054e=0 - Juste is out of HP. Cancel the challenge.
  269. d0x2054e!=0 - To prevent massive start/cancel triggers when the player dies.
  270.  
  271. Submit: 0x008314=hFFFF_0x008316=h0007
  272.  
  273. 0x008314=hFFFF_0x008316=h0007 - The last boss in Boss Rush (Normal) has been defeated.
  274.  
  275. Value: 0x00808a*65536_0x008088*1
  276.  
  277. Timer in frames. Value is in Hex.
  278. 0x00808a has to be multiplied by 65536, as 1 of it is FFFF+1 in hex.
  279. ------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement