User Tools

Site Tools


metroid:asm_hacks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
metroid:asm_hacks [2015/02/28 22:59] – external edit 127.0.0.1metroid:asm_hacks [2021/03/06 15:51] (current) – [Tweaks] flower
Line 17: Line 17:
  
 ==Easy bomb jumping== ==Easy bomb jumping==
-  .PATCH 07:$D15D+  .PATCH 0F:D15D ; (.PATCH 07:D15D for unexpanded ROMs)
   LDA $0307 ; Allows Samus to drop bombs while in air more easily   LDA $0307 ; Allows Samus to drop bombs while in air more easily
  
Line 59: Line 59:
 </code> </code>
 The patch can easily be applied with a hex editor. Go to offset $1E247 in the file ($3E247 for expanded ROMs) and change ''A4 57'' to ''A0 00''. The patch can easily be applied with a hex editor. Go to offset $1E247 in the file ($3E247 for expanded ROMs) and change ''A4 57'' to ''A0 00''.
 +
 +The patch can also be automatically put into a ROM using Editroid, just go to "Tools" and select "Doorway Scrolling Patch".
 +
 =====More Doorway Tiles===== =====More Doorway Tiles=====
 In the original Metroid, there is only one tile that has doorways physics (two, actually: one for each doorway type). This makes for a very boring doorway. This patch increases the number of tiles with doorway physics to allow more variety in the doorways. In the original Metroid, there is only one tile that has doorways physics (two, actually: one for each doorway type). This makes for a very boring doorway. This patch increases the number of tiles with doorway physics to allow more variety in the doorways.
metroid/asm_hacks.txt · Last modified: 2021/03/06 15:51 by flower