Thanks for the detailed report. Two quick questions so I can tell whether 1.3.8 broke this or you've simply reached that spot for the first time now that the doors work:
Can you try the same two things on v1.3.74 (same save)? Talk to the librarian, then try to grow back at the pot. If they fail there too, it's a pre-existing bug rather than a 1.3.8 regression.
When you tried to talk to the librarian, was Link normal size or still Minish? (Minish Link can't talk to her on GBA either — only big Link can.)
Also useful: your save file (or the autosave) so I can reproduce it directly. Either way I'll keep digging on my side.
I'm having a blast playing this port. Thanks a lot for sharing your work. I found that when playing with only one screen in normal display mode after pressing - & + to bring up the second screen, only the config screen works. Trying to use the quest , map or items screens make the second screen go. Not sure it it's intended to be that way or if it's a bug. This does not happen on your other port of zelda alttp. There the second screen always stays. I also noticed that the saves are not recognized by mgba. I would love if they were compatible and be able to swap the save between this switch port and other devices.
Thanks for the detailed report. Two quick questions so I can tell whether 1.3.8 broke this or you've simply reached that spot for the first time now that the doors work:
Can you try the same two things on v1.3.74 (same save)? Talk to the librarian, then try to grow back at the pot. If they fail there too, it's a pre-existing bug rather than a 1.3.8 regression.
When you tried to talk to the librarian, was Link normal size or still Minish? (Minish Link can't talk to her on GBA either — only big Link can.)
Also useful: your save file (or the autosave) so I can reproduce it directly. Either way I'll keep digging on my side.
Save file attached, it should land in Hyrule with the library just opened.
I tested both 1.3.74 and 1.3.8; I cannot reproduce the flipped pot in either now so thats good. When trying to talk to the the girl in the library, I am big Link. Pressing B should start dialog, but it just does the B weapon action. Video attached, trying to talk to the girl is at :30 seonds in. I tried in both versions to talk to her.
Save file attached, it should land in Hyrule with the library just opened.
I tested both 1.3.74 and 1.3.8; I cannot reproduce the flipped pot in either now so thats good. When trying to talk to the the girl in the library, I am big Link. Pressing B should start dialog, but it just does the B weapon action. Video attached, trying to talk to the girl is at :30 seonds in. I tried in both versions to talk to her.
Thanks to everyone reporting in this thread — this one is mostly your bugs.
Fixed from your reports
Library Minish you couldn't talk to (@digdat0) — the Minish at the foot of the bookshelf was the only entity in the game defined in code instead of read from the ROM, and it was missing its "scripted" flag bit. It never attached its dialogue and never registered as interactable, so R showed Roll instead of Talk. The two librarians at the counter were always fine.
Link half-hidden walking into house stairs / doorways (and during the Castor Wilds swamp sink) — on GBA Link goes behind the background and a separate head-overlay sprite is drawn on top; the port never drew that overlay. Link now stays fully visible (same approach as the PC/3DS builds).
Second screen in Normal display mode disappeared on Quest / Map / Items (@JJTapia19) — it was tied to the Settings tab. Now Minus opens it and it stays up on any tab; Minus closes it.
Saves now work in mGBA / VBA-M and cart dumps (@JJTapia19) — real cause found: every 8-byte EEPROM block sits in memory reversed relative to the serial stream emulators store, and the port wrote its memory image verbatim. tmc.sav is now written in the emulator order and both orders are auto-detected on load, so your existing save keeps working. Copy tmc.sav to <rom>.sav (or back) with no conversion. Note: a save written by 1.3.9 will NOT load on 1.3.8 or older.
Second screen controls in Normal mode
Quest / Map / Items: D-pad moves in all four directions, A activates.
Items: A equips to the A slot, B to the B slot.
L / R (your configured shoulder buttons) cycle Quest → Map → Items → Settings.
Map: A on the map opens the region Link is standing in; ZOOM toggles close / whole-Hyrule view; Back / B returns.
Upstream engine fixes ported (999sian/tmc v0.9.3)
Verified one by one against this build, not blind-merged:
Entity update order now matches the GBA (entities could be skipped or updated twice after another one deleted itself; enemy targeting could leak between enemies).
Rotated/scaled sprites use the BIOS-accurate math; full ice-velocity table (was truncated).
Great Fairy light stuck on her face; Wind Tribe Tower 2F Gregal softlock; Hyrule Castle Garden knights frozen.
OBJ palette slot leak fixed — NPCs drawn with wrong colours in busy rooms.
Nine room entity lists that were empty are now loaded from the ROM: Mayor's house, Mayor's cabin (Minish path) and all the Happy Hearth Inn 2F oracle lists — the Din / Nayru / Farore house sidequest NPCs finally spawn.
Boss hardening: Vaati Reborn (phase/eye/projectile), ChuChu boss, Gyorg tails and eyes, Vaati tennis balls, pullable mushrooms — no more crashes when the entity pool is full.
Item-get cutscene retries instead of losing the pickup; {Player} name shows in the figurine screens; Goron Kinstone wall scripts; several out-of-bounds table reads; graphics slot allocation guards; per-scanline effects no longer leak between rooms.
As always: if you update the NRO and something looks off graphically, delete the assets folder next to it and let the game regenerate it. Keep the reports coming.
Post automatically merged:
Alek's Ultimate NX Edition v1.4
Widescreen Support
SOON....
Thanks to everyone reporting in this thread — this one is mostly your bugs.
Fixed from your reports
Library Minish you couldn't talk to (@digdat0) — the Minish at the foot of the bookshelf was the only entity in the game defined in code instead of read from the ROM, and it was missing its "scripted" flag bit. It never attached its dialogue and never registered as interactable, so R showed Roll instead of Talk. The two librarians at the counter were always fine.
Link half-hidden walking into house stairs / doorways (and during the Castor Wilds swamp sink) — on GBA Link goes behind the background and a separate head-overlay sprite is drawn on top; the port never drew that overlay. Link now stays fully visible (same approach as the PC/3DS builds).
Second screen in Normal display mode disappeared on Quest / Map / Items (@JJTapia19) — it was tied to the Settings tab. Now Minus opens it and it stays up on any tab; Minus closes it.
Saves now work in mGBA / VBA-M and cart dumps (@JJTapia19) — real cause found: every 8-byte EEPROM block sits in memory reversed relative to the serial stream emulators store, and the port wrote its memory image verbatim. tmc.sav is now written in the emulator order and both orders are auto-detected on load, so your existing save keeps working. Copy tmc.sav to <rom>.sav (or back) with no conversion. Note: a save written by 1.3.9 will NOT load on 1.3.8 or older.
Second screen controls in Normal mode
Quest / Map / Items: D-pad moves in all four directions, A activates.
Items: A equips to the A slot, B to the B slot.
L / R (your configured shoulder buttons) cycle Quest → Map → Items → Settings.
Map: A on the map opens the region Link is standing in; ZOOM toggles close / whole-Hyrule view; Back / B returns.
Upstream engine fixes ported (999sian/tmc v0.9.3)
Verified one by one against this build, not blind-merged:
Entity update order now matches the GBA (entities could be skipped or updated twice after another one deleted itself; enemy targeting could leak between enemies).
Rotated/scaled sprites use the BIOS-accurate math; full ice-velocity table (was truncated).
Great Fairy light stuck on her face; Wind Tribe Tower 2F Gregal softlock; Hyrule Castle Garden knights frozen.
OBJ palette slot leak fixed — NPCs drawn with wrong colours in busy rooms.
Nine room entity lists that were empty are now loaded from the ROM: Mayor's house, Mayor's cabin (Minish path) and all the Happy Hearth Inn 2F oracle lists — the Din / Nayru / Farore house sidequest NPCs finally spawn.
Boss hardening: Vaati Reborn (phase/eye/projectile), ChuChu boss, Gyorg tails and eyes, Vaati tennis balls, pullable mushrooms — no more crashes when the entity pool is full.
Item-get cutscene retries instead of losing the pickup; {Player} name shows in the figurine screens; Goron Kinstone wall scripts; several out-of-bounds table reads; graphics slot allocation guards; per-scanline effects no longer leak between rooms.
As always: if you update the NRO and something looks off graphically, delete the assets folder next to it and let the game regenerate it. Keep the reports coming.
Post automatically merged:
Alek's Ultimate NX Edition v1.4
Widescreen Support
SOON....
Widescreen (16:9) in NORMAL mode
The camera now shows more of the room on both sides (284×160 instead of 240×160), the text box stays centred and the HUD anchors to the right edge. Rooms narrower than the view are pillarboxed, never stretched. Cloud shadows, light rays, cave darkness and the other overlay effects cover the whole view instead of stopping at the old 240-pixel edge. Toggle under SETTINGS → DISPLAY → WIDESCREEN (on by default).
Performance
The software renderer was rewritten to work per tile instead of per pixel. Widescreen now holds 60 FPS at the stock 1020 MHz clock (the dev builds dropped to 53–56), and DUAL / FLIP benefit too. Verified pixel-identical against the old renderer on 41 scripted captures before shipping.
Fixed: Link drawn over the door frame
On house stairs, doorways and the Castor Wilds swamp sink Link was drawn on top of the frame (1.3.9 had approximated the GBA behaviour). The renderer now implements the GBA's sprite priority propagation trick the game relies on, so Link is occluded exactly as on hardware.
Quality of life (SETTINGS → GAMEPLAY → QUALITY OF LIFE, every one a toggle)
360° stick movement — Link walks in 32 directions with the left stick.
Spin attack by stick circle — roll the stick through a circle and press B for an instant spin attack, 3D-Zelda style (needs the spin attack scroll; 1.5 s cooldown).
Roll attack button — one button rolls and thrusts with your best sword (needs the roll attack scroll). Bind it under CONTROLS → ROLL ATTACK, default R3.
Shells cap 9999, no Ezlo hint right after loading a save, figurine odds never below 20 % — on by default.
Skip Ezlo tutorials and Hero Mode (2× damage) — off by default.
Ported from The Minish Cap Reborn by way of Project Picori (GPL-3.0), plus the stick-driven ones which are new here.
Screen filters
SCANLINES, SCANLINES SOFT and LCD GRID under SETTINGS → DISPLAY → SCREEN FILTER. They are a single overlay drawn by the GPU, so they cost nothing — no FPS impact and no overclock needed, in every display mode. (Thanight705: the warm CRT colour shaders from the PC port need a shader pipeline the Switch presenter does not have, so those are not in. Cheats / Action Replay codes are on the list for a later version.)
Also
Post-0.9.3 engine fixes from the upstream PC port; settings pages with many rows now page instead of squeezing; long values no longer get cut off; DISPLAY now links to the RENDERING and FPS HUD pages.
Notes
Saves are unchanged from 1.3.9 (mGBA-compatible .sav).
Updating the NRO does not refresh the assets/ folder on the SD card. If something looks wrong that is not on this list, rename switch/tmc/assets and relaunch.
Known: in widescreen the TALK TO EZLO box can overlap the rupee / FPS counters (cosmetic, fix planned).
It’s about that time of year again where I check in with the community to see if we can get the front page aligned with what people are interested in knowing and what...
WiiCompiled is a new project that lets PC gamers play Mario Kart Wii natively on PC without emulation. Using static recompliation to convert the code into native PC...
The long awaited Grand Theft Auto VI Extended Look gameplay trailer has finally dropped on YouTube. As you all know, it had dropped 6 hours earlier on Netflix, and...
Though we knew all the way back in May that this was coming, the exact numbers remained a mystery for prospective Nintendo gamers in the UK. If you happen to have...
After being announced last week, the first of two broadcasts is set to go live later today with a stark focus on The Legend of Zelda and its 40th anniversary...
Thanks to the recent decomplication efforts; The Minish Cap 3DS brings the Game Boy Advance classic Zelda title to your 3DS.
The port takes full advantage of the 3DS...
In the wake of Sony's shift to a digital-only ecosystem within the next year, Xbox have today announced a surprising scheme. Aiming to offer physical buyers the same...
It is with a heavy heart that I announce the departure of our beloved Chary from the position of Chief Editor. Chary took over early 2021 and has done a wonderful job...
To celebrate its 25th anniversary, XBOX has launched pre-orders for the XBOX 25th Anniversary Collection. For the occasion, the trailer below was aired.
This...
GBAtemp is and always has been an independent community. Since 2002 our staff have voluntarily kept the site running, added new forums, features, provided constant...
It’s about that time of year again where I check in with the community to see if we can get the front page aligned with what people are interested in knowing and what...
After being announced last week, the first of two broadcasts is set to go live later today with a stark focus on The Legend of Zelda and its 40th anniversary...
It's been something of a quiet week in the gaming space, with the deluge of big hitters trying to find their place before GTA 6 launches really kicking off next week...
Though we knew all the way back in May that this was coming, the exact numbers remained a mystery for prospective Nintendo gamers in the UK. If you happen to have...
In the wake of Sony's shift to a digital-only ecosystem within the next year, Xbox have today announced a surprising scheme. Aiming to offer physical buyers the same...
The long awaited Grand Theft Auto VI Extended Look gameplay trailer has finally dropped on YouTube. As you all know, it had dropped 6 hours earlier on Netflix, and...
It is with a heavy heart that I announce the departure of our beloved Chary from the position of Chief Editor. Chary took over early 2021 and has done a wonderful job...
The second of a two-part special, a more traditional Nintendo Direct is set to air today. Unlike the Zelda Direct the contents of this one is still relatively up in...
Announced a few days ago, Nintendo of America have today launched their Customer Appreciation Sale. Featuring 30% discounts across a wide range of popular first-party...
A few days ago Chary stepped down as Chief Editor after 5 wonderful years, and everyone guessed the seat wouldn't stay empty for very long. Back in 2021 I proudly...