Views: 23,103,643 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
12-05-24 07:45 AM |
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: 1556063 Next: 21483 Since: 09-06-12 Last post: 1914 days ago Last view: 15 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: 28354 Next: 1543 Since: 04-09-17 From: Same as above. ^ Last post: 2254 days ago Last view: 1499 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: 386223 Next: 18548 Since: 08-31-13 Last post: 2171 days ago Last view: 148 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: 806673 Next: 16870 Since: 10-13-14 Last post: 1231 days ago Last view: 460 days ago |
mibts |
| ||
Panser =Josh65536 (Programmer) Level: 39 Posts: 288/331 EXP: 386223 Next: 18548 Since: 08-31-13 Last post: 2171 days ago Last view: 148 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: 8115 Next: 2152 Since: 04-02-18 Last post: 2401 days ago Last view: 2392 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: 8115 Next: 2152 Since: 04-02-18 Last post: 2401 days ago Last view: 2392 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: 8115 Next: 2152 Since: 04-02-18 Last post: 2401 days ago Last view: 2392 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 |
pants64 |
| ||
Red Koopa Normal user Level: 24 Posts: 91/124 EXP: 77605 Next: 520 Since: 04-12-16 Last post: 1594 days ago Last view: 2 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.050 seconds. (2048KB of memory used) MySQL - queries: 27, rows: 212/212, time: 0.008 seconds. Acmlmboard 2.064 (2018-07-20) © 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |