Advertisement
Kilieni

Shining Force 2 Debug mode info

Jun 1st, 2015
1,674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.94 KB | None | 0 0
  1. For anyone curious about my Debug Mode "Any%"
  2.  
  3. Disclaimer: I have no idea if there's anything in this that can damage any actual cartridge or hardware but I wouldn't rule it out. Although I'm not sure it's possible to do the inputs quickly enough to get it to work without some 3rd party accessory.
  4.  
  5. Edit: I forgot about this when writing this up originally, but during an attack in debug mode holding left lowers the damage done (Bowie takes 1 damage from Gizmos, for example). Holding right forces Double Attack + Counter, all evades for normal attacks or a heavy attack with magic.
  6.  
  7. Update: 9/20/18 It just occurred to me to try holding left and right with stat boosting items. Left forces a +4 boost, Right forces +2. Confirmed only with Power Water, but I assume it's the same with any stat boosting items except, of course, the Running Pimento.
  8.  
  9. Update 11/30/15: Forgot to update this with the new debug cheat I found on Shining Force Central Forums. Hold A+B+C+UP in Battle, and after any turn ends all enemies will die and the battle will end in victory. It does not matter if an action was chosen or not.
  10.  
  11. The inputs to enable the debug mode are Up, Right, Left, Down, B, C on repeat until you hear the "Character has been cursed" sound effect. These buttons need to be input absurdly quickly. I set up a macro to press a button, wait 5 milliseconds, release, wait 5 milliseconds, etc. The default "wait" period in my program is 64 milliseconds but this proved to be too long and the code would not work.
  12.  
  13. Update: 02/07/18: I've found a new debug code that works without ridiculously impossible inputs, but it's still more difficult than the config menu code. It's Up, Down, Up, B, C, Right, Left, Up, Down, Up, B, C, Right, Left. This method does NOT also trigger the config menu like the previous method does but is otherwise identical. If you hold up after the cursed jingle confirmation tone you will get a battle select option. Holding down instead gives an option that allows you to start the game in various different locations.
  14.  
  15. Sometimes the game crashes immediately after the screen fades to black after the Sega logo. Reset and try again. In my experience, it works more often than not. Twice I have accessed a Battle Select screen. There is supposed to be a different code for that but I have not been successful in using it. If you access it, 0 is the end game all bosses battle, 1-43 for Gizmos to Zeon, 44 for the Elven Village battle. There are also a few unused numbers that can be selected but will crash the game.
  16.  
  17. Once input, you can still access configuration mode options to enable turbo. Once in game, you can hold B to move through any objects except characters. This also works in battle, however the B button will still attempt to send you back to your original position unless you also move on to a tile you normally cannot enter. This will cause the game to fail to move you back. Once you're a fair distance away from your starting position you can come back in bounds and move wherever you like, however you need to hold B and a direction and the game will attempt to return you to your starting tile every space. It's quite time-consuming.
  18.  
  19. In battle if you do an action that requires you to target someone, (Attack, Magic, Item use) Hold Start when you confirm the action and a box with a number will appear in the top right of the screen. You can change the number and select 0-6. Pressing B at any time while doing this will likely crash your game. (Note: Egress does not trigger this)
  20.  
  21. 0: Normal Attack vs. any character. Once selected, another number selection appears, defaulting to 128. This selects a character. A full list of the all numbers and what they mean is further down the page. In short: 0-29 = Force Members. 128+ are enemies. 128 is always the "boss" of the battle. Even battles that require everyone to be killed have a "boss" character.
  22.  
  23. 1: Cast any spell on any character. Once selected, another number selection appears, 1-4. This is the level of the spell. After choosing a level another number selection appears to choose a spell, 0-42. A full list of spells is further down. A few fun choices are 19 (Demon Breath), 32 (Atlas), and 41 (Strong Fire Breath) After that is the Character select.
  24.  
  25. 2: Use any item on any character. Another number selection appears to choose an item, 0-127. A full list of items is further down. Once you choose a character, another number selection appears, 0-3. These correspond to the character's item slots. If using a consumable, the item in that slot (if any) will be consumed. I presume if using an item such as the power ring, the item in the slot can be damaged but I have not tried it. You can select an empty slot of course but I have no idea what might happen if an empty slot were to become "damaged"
  26.  
  27. 3: This shows the battle scene where attacks are played out. Nothing happens, and the scene ends.
  28.  
  29. 4: Burst Rock effect. The current character explodes, damages everything nearby, and dies.
  30.  
  31. 5: I believe this is the "your character is muddled and does nothing this turn" effect.
  32.  
  33. 6: Prism Flower Laser. I've tried this once. I did not get to choose a target, nothing was hit, the backdrop in the battle scene changed to a grassy area, the character could no longer move normally, and after the battle was over the scene after the Prism Flower battle plays. This scene will replace any scene that should play after the battle you're in and may result in a soft lock.
  34.  
  35. Character List:
  36. 0-Bowie
  37. 1-Sarah
  38. 2-Chester
  39. 3-Jaha
  40. 4-Kazin
  41. 5-Slade
  42. 6-Kiwi
  43. 7-Peter
  44. 8-May
  45. 9-Gerhalt
  46. 10-Luke
  47. 11-Rohde
  48. 12-Rick
  49. 13-Elric
  50. 14-Eric
  51. 15-Karna
  52. 16-Randolf
  53. 17-Tyrin
  54. 18-Janet
  55. 19-Higins
  56. 20-Skreech
  57. 21-Taya
  58. 22-Frayja
  59. 23-Jaro
  60. 24-Gyan
  61. 25-Sheela
  62. 26-Zynk
  63. 27-Chaz
  64. 28-Lemon
  65. 29-Claude
  66. 128-Enemy Boss
  67. 129+Each number after 128 is another enemy.
  68. Selection of a number assigned to no one may result in the action doing nothing, or it may crash the game. Spells seem to cast but do nothing while normal attacks crash the game. I'm not sure about items.
  69.  
  70. Spell List:
  71. 0-Heal
  72. 1-Aura
  73. 2-Detox
  74. 3-Boost
  75. 4-Slow
  76. 5-Attack
  77. 6-Dispel
  78. 7-Muddle
  79. 8-Desoul
  80. 9-Sleep
  81. 10-Egress
  82. 11-Blaze
  83. 12-Freeze
  84. 13-Bolt
  85. 14-Blast
  86. 15-Demon's Smile (absorbs magic points)
  87. 16-Healin (Heal, single target)
  88. 17-Belch out flames (weak version)
  89. 18-Blew out a snowstorm
  90. 19-Demon Breath
  91. 20-Power (Power Water effect)
  92. 21-Guard (Protect Milk effect)
  93. 22-Speed (Quick Chicken effect)
  94. 23-Idaten (Running Pimento effect)
  95. 24-Health (Cheerful Bread effect)
  96. 25-B. Rock (Burst Rock Visual Effect - Does nothing)
  97. 26-Laser (Part of the Prism Flower Attack maybe? - Does nothing)
  98. 27-Katon
  99. 28-Raijin
  100. 29-Dao
  101. 30-Apollo
  102. 31-Neptun
  103. 32-Atlas
  104. 33-Powder (Fairy Powder effect?)
  105. 34-G. Tear (Fairy Tear effect)
  106. 35-Hanny (Bright Honey effect)
  107. 36-Brave (Brave Apple effect)
  108. 37-F. Ball (Blaze 3, single target)
  109. 38-Brezad (Freeze 3, single target)
  110. 39-Thunder (Bolt 3, single target)
  111. 40-Aqua Breath
  112. 41-Belch out flames (strong version)
  113. 42-Shine (recovers magic points)
  114.  
  115. Item List:
  116. 0-Medical Herb
  117. 1-Healing Seed
  118. 2-Healing Drop
  119. 3-Antidote
  120. 4-Angel Wing
  121. 5-Fairy Powder
  122. 6-Healing Water
  123. 7-Fairy Tear
  124. 8-Healing Rain
  125. 9-Power Water
  126. 10-Protect Milk
  127. 11-Quick Chicken
  128. 12-Running Pimento
  129. 13-Cheerful Bread
  130. 14-Bright Honey
  131. 15-Brave Apple
  132. 16-Shining Ball
  133. 17-Blizzard
  134. 18-Holy Thunder
  135. 19-Power Ring
  136. 20-Protect Ring
  137. 21-Quick Ring
  138. 22-Running Ring
  139. 23-White Ring
  140. 24-Black Ring
  141. 25-Evil Ring
  142. 26-Leather Glove
  143. 27-Power Glove
  144. 28-Brass Knuckles
  145. 29-Iron Knuckles
  146. 30-Misty Knuckles
  147. 31-Giant Knuckles
  148. 32-Evil Knuckles
  149. 33-Short Axe
  150. 34-Hand Axe
  151. 35-Middle Axe
  152. 36-Power Axe
  153. 37-Battle Axe
  154. 38-Large Axe
  155. 39-Great Axe
  156. 40-Heat Axe
  157. 41-Atlas Axe
  158. 42-Ground Axe
  159. 43-Rune Axe
  160. 44-Evil Axe
  161. 45-Wooden Arrow
  162. 46-Iron Arrow
  163. 47-Steel Arrow
  164. 48-Robin Arrow
  165. 49-Assault Shell
  166. 50-Great Shot
  167. 51-Nazca Cannon
  168. 52-Buster Shot
  169. 53-Hyper Cannon
  170. 54-Grand Cannon
  171. 55-Evil Shot
  172. 56-Wooden Stick
  173. 57-Short Sword
  174. 58-Middle Sword
  175. 59-Long Sword
  176. 60-Steel Sword
  177. 61-Achilles Sword
  178. 62-Broad Sword
  179. 63-Buster Sword
  180. 64-Great Sword
  181. 65-Critical Sword
  182. 66-Battle Sword
  183. 67-Force Sword
  184. 68-Counter Sword
  185. 69-Levanter
  186. 70-Dark Sword
  187. 71-Wooden Sword
  188. 72-Short Spear
  189. 73-Bronze Lance
  190. 74-Spear
  191. 75-Steel Lance
  192. 76-Power Spear
  193. 77-Heavy Lance
  194. 78-Javelin
  195. 79-Chrome Lance
  196. 80-Valkyrie
  197. 81-Holy Lance
  198. 82-Mist Javelin
  199. 83-Halberd
  200. 84-Evil Lance
  201. 85-Wooden Rod
  202. 86-Short Rod
  203. 87-Bronze Rod
  204. 88-Iron Rod
  205. 89-Power Stick
  206. 90-Flail
  207. 91-Guardian Staff
  208. 92-Indra Staff
  209. 93-Mage Staff
  210. 94-Wish Staff
  211. 95-Great Rod
  212. 96-Supply Staff
  213. 97-Holy Staff
  214. 98-Freeze Staff
  215. 99-Goddess Staff
  216. 100-Mystery Staff
  217. 101-Demon Rod
  218. 102-Iron Rod
  219. 103-Short Knife
  220. 104-Dagger
  221. 105-Knife
  222. 106-Thieve's Dagger
  223. 107-Katana
  224. 108-Ninja Katana
  225. 109-Gisarme
  226. 110-Taros Sword
  227. 111-Right of Hope
  228. 112-Wooden Panel
  229. 113-Sky Orb
  230. 114-Cannon
  231. 115-Dry Stone
  232. 116-Dynamite
  233. 117-Arm of Golem
  234. 118-Pegasus Wing
  235. 119-Warrior Pride
  236. 120-Silver Tank
  237. 121-Secret Book
  238. 122-Vigor Ball
  239. 123-Mithril
  240. 124-Life Ring
  241. 125-Cotton Balloon
  242. 126-Chirrup Sandals
  243. 127-Empty
  244. Selecting an item with no use effect does nothing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement