DMOG DigiROM format: Difference between revisions
Jump to navigation
Jump to search
Created page with "The DMOG DigiROM format is used to battle DMOG devices, and also serves as the modern V-Pets "Other" option. This battle system is also available in a lot of Digivices, such as the D-3, D-Power, D-Tector, and devices such as the Pendulum Cycle. == Practical example == Let's take the following DigiROM:'''V1-FC03-FD02'''. The first step consists on converting the DigiROM into binary. {| class="wikitable" ! Packet number !colspan="4"| Data |- | Packet 1 |style="backgrou..." |
|||
| Line 12: | Line 12: | ||
|- | |- | ||
| Packet 1 | | Packet 1 | ||
|style="background: #f4cccc;"|1111 | |style="background: #f4cccc;"| 1111 | ||
| 1100 | |style="background: #fce5cd;"| 1100 | ||
| 0000 | |style="background: #ea9999;"| 0000 | ||
| 0011 | |style="background: #f9cb9c;"| 0011 | ||
|- | |- | ||
| Packet 2 | | Packet 2 | ||
| 1111 | |style="background: #d4e4ce;"| 1111 | ||
| 1101 | |style="background: #c9daf8;"| 1101 | ||
| 0000 | |style="background: #b6d7a8;"| 0000 | ||
| 0010 | |style="background: #a4c2f4;"| 0010 | ||
|} | |} | ||
| Line 29: | Line 29: | ||
|- | |- | ||
| Packet 1 | | Packet 1 | ||
| Boost mirror | |style="background: #f4cccc;"| Boost mirror | ||
| Slot mirror | |style="background: #fce5cd;"| Slot mirror | ||
| Boost | |style="background: #ea9999;"| Boost | ||
| Slot | |style="background: #f9cb9c;"| Slot | ||
|- | |- | ||
| Packet 2 | | Packet 2 | ||
| Version mirror | |style="background: #d4e4ce;"| Version mirror | ||
| Outcome mirror | |style="background: #c9daf8;"| Outcome mirror | ||
| Version | |style="background: #b6d7a8;"| Version | ||
| Outcome | |style="background: #a4c2f4;"| Outcome | ||
|} | |} | ||
Revision as of 22:28, 24 May 2026
The DMOG DigiROM format is used to battle DMOG devices, and also serves as the modern V-Pets "Other" option. This battle system is also available in a lot of Digivices, such as the D-3, D-Power, D-Tector, and devices such as the Pendulum Cycle.
Practical example
Let's take the following DigiROM:V1-FC03-FD02.
The first step consists on converting the DigiROM into binary.
| Packet number | Data | |||
|---|---|---|---|---|
| Packet 1 | 1111 | 1100 | 0000 | 0011 |
| Packet 2 | 1111 | 1101 | 0000 | 0010 |
| Packet number | Data | |||
|---|---|---|---|---|
| Packet 1 | Boost mirror | Slot mirror | Boost | Slot |
| Packet 2 | Version mirror | Outcome mirror | Version | Outcome |