Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
1 user currently in Super Mario World hacking: labmaster | 3 guests
Acmlm's Board - I2 Archive - Super Mario World hacking - Samurai Mario?!???!!?!
  
User name:
Password:
Reply:
 

UserPost
Glyph Phoenix
Posts: 267/745
Sorry about that one, guys. I'm the one who posted that stupid RAM address way back when I didn't know what a RAM address actually was. I was planning on replacing it with the ROM address, but I never found out where that address was.
yop
Posts: 8/25
wow, thanks for all the help!

it'll take a lot of practice to learn asm hacking and sprite editing, but i've got all summer to learn... thanks again
BMF98567
Posts: 908/1261
RAM (Random Access Memory, aka "memory") is temporary storage space, used by the program to store variables (like Mario's score and number of lives) and data (like decoded level layouts and decompressed graphics). RAM is almost always erased by the game at startup. Permanently changing a RAM address usually requires new ASM code to be placed in ROM that continually writes a different value to the address.

ROM (Read-Only Memory) is permanent storage space, which can't be erased or written to by the SNES (this is the data that's stored on the chips in a game cartridge). This contains data that never needs to change, like the game program, level layouts, and compressed graphics. Variables that always start at a certain value, like Mario's starting number of lives, are stored in ROM and can be easily changed via a ROM hack or a cheat device (Game Genie, Pro Action Replay).
Smallhacker
Posts: 1701/2273
Originally posted by tjbk_tjb
what is the difference between RAM and memory?

None. RAM stands for Random Access Memory.

Originally posted by tjbk_tjb
Unless you are looking at how you can tell the difference

RAM addresses are 7Exxxx or 7Fxxxx.

Anyway... Back on topic...

Originally posted by yop
a sword

Hmm... I belive that it wouldn't be TOO hard to change the cape into a sword... I'll see if I can do it.
Never mind. It turned out to be a lot harder than I expected.
tjbk_tjb
Posts: 5/7
ROM addresses are in the ROM and are permanent (unless you change the ROM or use Game Genie) and RAM addresses are in save states and are temporary. Unless you are looking at how you can tell the difference, I don't know that. But my question is, what is the difference between RAM and memory? This seems to claim some sort of dichotomy.

Originally posted by Glyph Phoenix
If you want RAM addresses, you should probably go here.

It's about time we had a new memory thread, gosh darn it. So, by taking the addresses of others and neatly compiling them, here is the new SMW hacking memory thread.


Keikonium
Posts: 1336/-2459
I don't know what the difference is. He just wanted addresses to change enemy HP, so I went to the SMW ROM Address's thread, and copied what I saw from there. It looked like an address to change the number of hits Lemmy and Wendy take, so I posted it here. Just trying to help.

Btw, what is the difference between ROM and RAM address?
Smallhacker
Posts: 1699/2273
Originally posted by Keikonium
7E153B - 03 Lemmy and Wendy's HP

Uh... That's a RAM address...
Keikonium
Posts: 1330/-2459
Anything is possible ! So I can put an ASM hack into SMW that will make it use 24-bit instead of 4-bit!! Please someone tell me how!

Anyway, for the "gun" idea, just use some hex editing to make the fireballs fly straight ahead of mario.

Changing the bytes at 80C5 and 121D4 to 00 will make fireballs go straight.

Then just change marios graphics, and the fire ball graphics to their respective...looks.

And change the palette. Voila, gun mario. Hope that helps.

EDIT:

Oh, and for some enemy HP:

197B8 - 01 Rex's HP
7E153B - 03 Lemmy and Wendy's HP
D1CD - 03 Ludwig, Morton, and Roy's HP

Those were taken from this thread here: SMW ROM addresses

There are more addresses there that corespond with enemy HP. Just go take a look.
Rain Man
Posts: 332/378
I cant help you do it. But know, anything is possible with ASM.
yop
Posts: 6/25
hi. i posted a while back asking to collaborate with someone in a game focused specifically on fire mario... in case anyone remembers...

i wouldn't consider myself a total n00b at smw hacking -- i basically know my way around lunar magic, but then again i don't know anything about asm hacking, exgfx, or sprite editing, etc...

i have a general question. it may be a stupid question, but...

would it be possible, be it through asm hacking or sprite editing, or a combination of both, or otherwise, to give mario a weapon?

a sword or a hand gun, for example.

oh, and likewise, is it possible to increase enemies' "HP" per say... you know, make it so it takes more hits to kill them?

thanks, i'd appriciate it if anyone could answer this.


Acmlm's Board - I2 Archive - Super Mario World hacking - Samurai Mario?!???!!?!


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.034 seconds.