Language…
10 users online: androovanhelsing, Golden Yoshi, JeepySol, Natsuz2, OrangeRock57, paper ness, Saela,  Segment1Zone2, Udjat, underway - Guests: 127 - Bots: 168
Users: 67,383 (2,050 active)
Latest user: ISCRLOPEZ

Overworld Text Display

UberASM Repository → Overworld Text Display

Submission Details

Name: Overworld Text Display
Author: Kevin
Added:
Type: Game Mode
Includes GFX: No
Includes Hijack: No
Featured: No
Description: This UberASM will display some text/info on the Overworld layer 3 depending on the level Mario is standing on. Meant to be used for collabs to show the level's author name on the border, but you can use it for other stuff too. Check out the readme for instructions.
Tags: layer 3 lorom sa-1
Comments: 3 (jump to comments)
Rating:
0.0 (0 ratings)
No rating
Download 3.59 KiB | 328 downloads

Screenshots

Comments (3)

romw314 Link
I found this in author_display.asm:
Code
init:
    lda #$00 : sta !freeram
    rtl


It can be done using only two instructions:
Code
init:
    stz !freeram
    rtl
 Kevin Author Link
That only works if the freeram is not addressed with a 3 bytes address
 Major Flare Link
Tested with: UberASMTool 1.5, ZMZ 1.08, Lunar Magic 3.31 and SA-1 1.40.

Accepted.