DizzyEggg / pokeemerald

disassembly of Pokémon Emerald
74 stars 80 forks source link

[battle_engine_v2] Party menu broken? #220

Closed segabl closed 4 years ago

segabl commented 4 years ago

When opening the party menu and trying to view a pokemon, nothing happens when pressing A on them, the usual actions menu doesnt show up. they can be viewed in the pc box though.

DizzyEggg commented 4 years ago

Cannot reproduce, could you give more info?

segabl commented 4 years ago

I just grabbed the project from GitHub and compiled it with default settings, which resulted in me not being able to open the stat screen (or do anything really) from within the party menu.

DizzyEggg commented 4 years ago

Both in battle and in overworld?

segabl commented 4 years ago

Yes. The menu that would show up when pressing A on a pokemon which lets you select what to do with it (summary, switch, item etc) doesnt show up at all. it should be noted that it works fine if I compile the original source (i.e. the master branch)

segabl commented 4 years ago

After another test it seems that VBA is the culprit, as it works in other emulators

LOuroboros commented 4 years ago

I tested the latest commit yesterday on VBAM SVN r878 which is the version I regularly use, and everything worked normally. https://streamable.com/xl1pi

I tested it just now with VBA Link v1.7.2 and VBA Link v1.8.0 and the ROM seems to be working normally on them as well. VisualBoyAdvance-2019-12-29_19-46-45 VisualBoyAdvance-2019-12-29_19-48-12

segabl commented 4 years ago

it might just be a problem with vbam on linux then. anyways, it's solved for me