Views: 22,606,796 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
09-07-24 01:54 PM |
Guest: |
0 users reading SM64DS ASM Hacking Template | 1 bot |
Main - General SM64DS hacking - SM64DS ASM Hacking Template | Hide post layouts | New reply |
Hiccup |
| ||
Normal user Level: 58 Posts: 782/815 EXP: 1540549 Next: 36997 Since: 09-06-12 Last post: 1826 days ago Last view: 181 days ago |
I saw printf was listed in symbols.x. Is that used by the game? |
Gota7 |
| ||
Paragoomba Star Wolf Level: 18 Posts: 45/66 EXP: 27901 Next: 1996 Since: 04-09-17 From: Same as above. ^ Last post: 2165 days ago Last view: 1410 days ago |
How could this be ported to the US version 1 ROM?
Join the SM64DS Hacking Discord: https://discord.gg/PhpA9Wt |
mibts |
| ||
Panser =Josh65536 (Programmer) Level: 39 Posts: 284/331 EXP: 382034 Next: 22737 Since: 08-31-13 Last post: 2082 days ago Last view: 59 days ago |
By finding all the necessary function addresses in that version. ____________________ Current hack: Excerpt from Super Mario 256 |
CodingKoopa |
| ||
Lakitu she/her Level: 48 Posts: 551/560 EXP: 796954 Next: 26589 Since: 10-13-14 Last post: 1142 days ago Last view: 371 days ago |
mibts |
| ||
Panser =Josh65536 (Programmer) Level: 39 Posts: 288/331 EXP: 382034 Next: 22737 Since: 08-31-13 Last post: 2082 days ago Last view: 59 days ago |
Keep in mind that you also have to replace all the addresses in symbols.x because the functions may not be in the same places. ____________________ Current hack: Excerpt from Super Mario 256 |
dy |
| ||
Member Normal user Level: 13 Posts: 24/30 EXP: 7966 Next: 2301 Since: 04-02-18 Last post: 2312 days ago Last view: 2303 days ago |
I've created a small tweak to NSMBe which allows you to directly overwrite code or data in the ROM/overlays (rather than inserting a branch to new code).
It's useful for:
The code gets compiled with correct relative branch opcodes and inserted directly at the address specified. This allows you to directly overwrite code as well as data without hex editing, and helps you keep everything in the same place and with the same syntax. How to Use Overwrites must be contained in ".s" files. They follow the NSMBe syntax but using the "ovr_" keyword. Here's an example:
ovr_02013DDC: @ change starting character
.byte 0x01 @ Luigi ovr_020FF176_ov_02: @ change character speeds .hword 0x1000 @ Yoshi ovr_02128D18_ov_51: @ change Ice Block vtable pointers .word 0x020B382C @ onGroundPounded: change to BrickBlock:onGroundPounded .word new_IceBlockExploded @ onHitByExplosion: change to new_IceBlockExploded .align @ return to 4 byte alignment for below instructions new_IceBlockExploded: @ do nothing and return because lazy example bx r14 Usage Notes
Download Executable: here Modified source files: here (based on the latest official NSMBe source code from github) Backup version of official NSMBe source code (unmodified): here ____________________ - ASM resource for customising behaviour of player/objects/levels - NSMBe with direct overwrite feature |
dy |
| ||
Member Normal user Level: 13 Posts: 26/30 EXP: 7966 Next: 2301 Since: 04-02-18 Last post: 2312 days ago Last view: 2303 days ago |
Above post has been updated with an improved version of the direct overwrite feature.
Changes in v1.1:
Download link in above post. ____________________ - ASM resource for customising behaviour of player/objects/levels - NSMBe with direct overwrite feature |
dy |
| ||
Member Normal user Level: 13 Posts: 30/30 EXP: 7966 Next: 2301 Since: 04-02-18 Last post: 2312 days ago Last view: 2303 days ago |
A new version of the modified NSMBe (with direct overwrite) has been uploaded, with an important bug fix.
Changes in v1.2:
Download link and updated example in this post. ____________________ - ASM resource for customising behaviour of player/objects/levels - NSMBe with direct overwrite feature |
StarPants |
| ||
Red Koopa Normal user Level: 24 Posts: 91/124 EXP: 76507 Next: 1618 Since: 04-12-16 Last post: 1506 days ago Last view: 12 days ago |
Just in case anyone wonders how to use the header files of the v2 template in NSMBe hooks...
|
Main - General SM64DS hacking - SM64DS ASM Hacking Template | Hide post layouts | New reply |
Page rendered in 0.040 seconds. (2048KB of memory used) MySQL - queries: 29, rows: 213/213, time: 0.010 seconds. Acmlmboard 2.064 (2018-07-20) © 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |