Glitched sprites Pendulum Color: Difference between revisions

From DigiMeta
Jump to navigation Jump to search
Created page with "The Pendulum Color Saiyu Warriors/Toho Braves come out of the box with a bug that will glitch sprites during training. == Warning == <blockquote> This requires knowing how to modify the code of a Digimon Color device. You can get some more information in the page General modding information. == Fix == * For Saiyuu Warriors go to address 0xC502 in the ROM. * For Toho Braves go to address 0xC492 in the ROM. Then paste this hex code over what's currently there: <..."
 
No edit summary
Line 5: Line 5:
<blockquote>
<blockquote>
This requires knowing how to modify the code of a Digimon Color device. You can get some more information in the page [[General modding information]].
This requires knowing how to modify the code of a Digimon Color device. You can get some more information in the page [[General modding information]].
</blockquote>


== Fix ==
== Fix ==
Line 18: Line 19:


* Kurozatou for fixing the issue
* Kurozatou for fixing the issue
[[Category:Modding]] [[Category:Pendulum Color]]

Revision as of 23:12, 24 February 2026

The Pendulum Color Saiyu Warriors/Toho Braves come out of the box with a bug that will glitch sprites during training.

Warning

This requires knowing how to modify the code of a Digimon Color device. You can get some more information in the page General modding information.

Fix

  • For Saiyuu Warriors go to address 0xC502 in the ROM.
  • For Toho Braves go to address 0xC492 in the ROM.

Then paste this hex code over what's currently there:

18 97 9e 0c 18 97 21 0d

Credits

  • Kurozatou for fixing the issue