Talk

Glitches in Rockman EXE 4.5: Difference between revisions

From The Rockman EXE Zone Wiki

(Vulcan terrible sound)
(how does barrier not disappear)
Line 35: Line 35:


I don't know the trigger, but sometimes Vulcan bugs and makes a terrible sound and damage.
I don't know the trigger, but sometimes Vulcan bugs and makes a terrible sound and damage.
===how does barrier not disappear===
https://youtu.be/mjoU8q4wwa8?t=78

Revision as of 06:29, 11 November 2022

Navi Freezes

Certain Navis hang for a bit on original Nintendo DS.

BurnerMan ID sort

yeah 4.5 put burnerman under shademan for some reason

BurnerMan ID sort in pack is different than in library.

Tourney selection glitch

GreigaMaster — 09/30/2019 hey prop are you aware of a bug when picking the finalist for tournaments? It's supposed to be able to pick from 2 potential finalists but theres an issue with this line

080497E8 bl    0x80013DC;Get chip trader RNG
080497EC mov    r1,#0x1
080497EE and    r2,r1

It gets a chip trader rng number but it does the AND with r2 instead of r0. r2 is an intermediate value which is (oldrngvalue<<1) so this will always result in a 0 and only the first of 2 finalists is ever picked.

GreigaMaster — 09/30/2019 I would think this code shows intent of what they actually wanted.

4.5 TL bugfixes

Check if we missed anything in changelog https://www.therockmanexezone.com/general/2019/10/26/mega-man-battle-network-4-5-real-operation-english-translation/

Also check bugfix files https://github.com/RockmanEXEZone/MMBN45-English-Translation/blob/master/asm/_bugfix.asm https://github.com/RockmanEXEZone/MMBN45-English-Translation/blob/master/asm/_bugfix.ext.asm

Vulcan terrible sound

https://twitter.com/Kusamochi_37/status/1481875254247313412 (archive)

While playing Monster Hunter World, I'm playing Rockman EXE 4.5.

It's a unique work where the navigation moves on its own, but it's really fun to have more than 20 navigations playable.

When you learn the timing of the counter, it is exhilarating and fun.

I don't know the trigger, but sometimes Vulcan bugs and makes a terrible sound and damage.

how does barrier not disappear

https://youtu.be/mjoU8q4wwa8?t=78