VariantXYZ / dragon-warrior-3-gbc

Dragon Warrior 3 GBC disassembly
6 stars 0 forks source link

Combat bugs #4

Open VariantXYZ opened 1 year ago

VariantXYZ commented 1 year ago

Text isn't showing after the monster name, possibly related to changed text offsets in combat (note that it's not pulling VWF either, so combat text is probably loaded entirely differently).

2023-07-28_00-53-52

Should look like this: 2023-07-28_00-56-04

VariantXYZ commented 1 year ago

Text is in Text_01.csv

03_30,<&00><F1>attacked!<ED> 03_37,<&13> took<F1><&26> damage!<ED>

VariantXYZ commented 1 year ago

Combat is in bank 10, 4001 needs to be dumped

Also 10:412c sets up the stat interrupt that draws the boxes, which relates to timing for drawing the boxes (which is why the HP/MP box looks odd). Though, it's strange that timing seems to be in play here, given that none of the VWF stuff seems to be taking effect...

VariantXYZ commented 1 year ago

which relates to timing for drawing the boxes (which is why the HP/MP box looks odd).

Actually it's just because they use the tile I modified to be larger for some reason, relying on an effect to shrink it. It should be fixable by using tile 6A instead of 64 (the tilemap is loaded by 11:5177 and comes from 538a).

VariantXYZ commented 1 year ago

Seems to be unable to parse control codes <F1> is causing it to stop parsing text.