News:

Don't forget to visit the main site! There's lots of helpful docs, patches, and more!

Main Menu

Mage Tank increases

Started by catroid, June 28, 2020, 03:35:29 PM

Previous topic - Next topic

catroid

How do I increase the maximum amount of Energy tanks and missiles that can be carried in MAGE.

FelixWright

What you are asking for is something that, while can be done, is not possible in MAGE. What game are you looking to do this to?

catroid


FelixWright

#3
Here is a list of hex tweaks for removing caps.


; REMOVE 12 ENERGY TANK CAP
.org 0x805AC64; 81 42 -> 00 E0
    b 805AC68h

; REMOVE 250 MISSILE CAP
.org 0x805ABF8; = 90 42 to 01 E0
    b 805ABFEh

; REMOVE 30 SUPER MISSILE CAP
.org 0x805ACA4; = 90 42 to 00 E0
    b 805ACA8h

; REMOVE 18 POWER BOMB CAP
.org 0x805ACF8; = 90 42 to 00 E0
    b 805ACFCh



catroid

How do I use hex tweaks in MAGE?

FelixWright

You perform hex tweaks to your rom using a hex editor such as HxD.

You can learn how to use HxD for hex tweaks here: http://wiki.metroidconstruction.com/doku.php?id=general:guides:hxd_guide