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 - How can you get SMW to erase the OW? | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
Red_Oxygen

Red Paragoomba
Level: 10

Posts: 18/53
EXP: 3830
For next: 584

Since: 07-27-05

Since last post: 95 days
Last activity: 93 days
Posted on 07-28-05 04:41 PM Link | Quote
Where is the command in Assembly that erases things?

And what pointers do I need to find to relocate the OW boot sequence?
blackhole89

LOLSEALS
Moderator of ROM hacking
EmuNET IRC network admin
Head GM of TwilightRO
Level: 47

Posts: 825/971
EXP: 739208
For next: 26995

Since: 03-15-04
From: Dresden/Germany

Since last post: 14 hours
Last activity: 12 hours
Posted on 07-28-05 06:02 PM Link | Quote
There is no assembler command to "erase things", whatever it would be supposed to do.

Also, what would you like to relocate the overworld loading code for? I have serious doubts you have the skills to do anything like an asm hack to it.
beneficii

Lakitu
Level: 36

Posts: 366/567
EXP: 299656
For next: 8454

Since: 06-27-04
From: Cordova, TN, USA

Since last post: 14 hours
Last activity: 6 hours
Posted on 07-28-05 06:17 PM Link | Quote
Well, something like this:

ldy #$00
sty locationimemory

will set it to 0. You can use branching to do a loop of it. Something like this:

ldx #$00
ldy #$00

loop:
sty locationmemory, x
inx
bne loop

The above will set to zero (or erase) 256 bytes starting at locationmemory. If this all goes over your head, then you have some learning to do.
Red_Oxygen

Red Paragoomba
Level: 10

Posts: 22/53
EXP: 3830
For next: 584

Since: 07-27-05

Since last post: 95 days
Last activity: 93 days
Posted on 07-28-05 06:36 PM Link | Quote
Thanks...I am not the kind of person that would be intimidated by a difficult hack like some people here..

so how can I get an extra OW in the ROM to relocate to....


beneficii

Lakitu
Level: 36

Posts: 367/567
EXP: 299656
For next: 8454

Since: 06-27-04
From: Cordova, TN, USA

Since last post: 14 hours
Last activity: 6 hours
Posted on 07-28-05 08:18 PM Link | Quote
Originally posted by Red_Oxygen
Thanks...I am not the kind of person that would be intimidated by a difficult hack like some people here..

so how can I get an extra OW in the ROM to relocate to....





If you're trying to do an ASM hack, you're going to need to learn 65c816 assembly; do you know it? If not, then you will need to do research. This is not to intimidate you, but to inform you that you need to have done your homework on this.

EDIT: Should be six, not two! God!


(edited by beneficii on 07-28-05 11:22 AM)
Red_Oxygen

Red Paragoomba
Level: 10

Posts: 41/53
EXP: 3830
For next: 584

Since: 07-27-05

Since last post: 95 days
Last activity: 93 days
Posted on 07-29-05 02:03 AM Link | Quote
Now i understand what he's put....

Too bad I hate ASM
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Super Mario World hacking - How can you get SMW to erase the OW? | |


ABII


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



Page rendered in 0.011 seconds.