Glitched sprites Pendulum Color: Difference between revisions
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 |
||
| (One intermediate revision by the same user not shown) | |||
| 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 13: | Line 14: | ||
Then paste this hex code over what's currently there: | Then paste this hex code over what's currently there: | ||
<pre>18 97 9e 0c 18 97 21 0d</pre> | |||
== Credits == | == Credits == | ||
* Kurozatou for fixing the issue | * Kurozatou for fixing the issue originally. | ||
* Cyanic for building the final version. | |||
[[Category:Modding]] [[Category:Pendulum Color]] | |||
Latest revision as of 23:17, 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 originally.
- Cyanic for building the final version.