![]() | ||
Views: 24,424,393 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
04-20-25 12:33 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: 59 Posts: 782/815 EXP: 1579491 Next: 93637 Since: 09-06-12 Last post: 2050 days ago Last view: 128 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: 29034 Next: 863 Since: 04-09-17 From: Same as above. ^ Last post: 2389 days ago Last view: 1635 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: 392542 Next: 12229 Since: 08-31-13 Last post: 2307 days ago Last view: 284 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: 821311 Next: 2232 Since: 10-13-14 Last post: 1366 days ago Last view: 595 days ago |
mibts |
| ||
![]() Panser =Josh65536 (Programmer) Level: 39 ![]() Posts: 288/331 EXP: 392542 Next: 12229 Since: 08-31-13 Last post: 2307 days ago Last view: 284 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: 8337 Next: 1930 Since: 04-02-18 Last post: 2536 days ago Last view: 2528 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: 8337 Next: 1930 Since: 04-02-18 Last post: 2536 days ago Last view: 2528 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: 8337 Next: 1930 Since: 04-02-18 Last post: 2536 days ago Last view: 2528 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: 25 ![]() Posts: 91/128 EXP: 83120 Next: 6500 Since: 04-12-16 Last post: 18 days ago Last view: 3 hours 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.067 seconds. (2048KB of memory used) MySQL - queries: 29, rows: 215/215, time: 0.014 seconds. ![]() © 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |