User Tools

Site Tools


zm:locations:tweaks

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zm:locations:tweaks [2025/07/29 08:22] felixwrightzm:locations:tweaks [2025/07/29 11:02] (current) – [Visual Tweaks] felixwright
Line 4: Line 4:
  
 0x8000000 refers to a location in the ROM. Unless you're tweaking these bytes live in an emulator/debugger, you shouldn't have to type the first 8.  0x8000000 refers to a location in the ROM. Unless you're tweaking these bytes live in an emulator/debugger, you shouldn't have to type the first 8. 
 +
 +===== Features =====
 +<code>
 +restore the item toggle feature in status screen. SELECT to toggle an item on/off.
 +0x800B4A0 :    01 -> 02
 +0x800B4A3 :    D1 -> D0
 +0x800B4AE :    2B -> 53
 +0x8071BB6 : 30 D1 -> C0 46
 +0x8071BF1 :    D0 -> E0
 +0x8071C34 : 00 26 -> C0 46
 +0x8071D78 : FF 27 -> C0 46
 +</code>
 +
 ===== Samus Tweaks ===== ===== Samus Tweaks =====
 Tweaks related directly to Samus. Tweaks related directly to Samus.
Line 423: Line 436:
 ===== Visual Tweaks ===== ===== Visual Tweaks =====
 Tweaks related to game visuals. Namely, Samus Tweaks related to game visuals. Namely, Samus
 +<code>
 +The charge particle isn't hidden when spin jumping
 +0x8055156 : 20 70 -> 00 00
 +
 +Fixes arm cannon position offset for the space jump (better visual effect)
 +0x8239064 : C8 51 23 08 88 51 23 08
 +</code>
 +
  
 <code> <code>
zm/locations/tweaks.1753777354.txt.gz · Last modified: by felixwright