Ok I was trying to make a level 99 first Monster level hack today for my bro.

After a couple of minutes I worked the address was:

Code:
0x022b0440
So I tried writing 99999999 to the address and I got level 25! So the relationship between level and numbers is
Code:
3999999
so I multiplied out 99 x 3999999 and in hex got EC08CD9D which just crashed the game!

Can someone explain to me what I did wrong in laymans terms?

Metroid Codes:

Code:
Infinite Special Weapons:
020db180 0108B04C

Infinite Missiles:
020db180 02585886

Infinite Health:
020db10c 05CF28A8
Could someone test these?