iidx30-31: fix lightning spec

This commit is contained in:
Akitake 2024-07-19 22:24:19 +02:00
parent 8b48900702
commit 7fc1afc210
No known key found for this signature in database
GPG Key ID: 5F1C5156823F3663
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
<soft>
<model __type="str">LDJ</model>
<dest __type="str">J</dest>
<spec __type="str">E</spec>
<spec __type="str">B</spec>
<rev __type="str">A</rev>
<ext __type="str">2024050700</ext>
</soft>
@ -27,10 +27,10 @@
This is the line that determines if the game will run in Standard (60 FPS) or Lightning (120 FPS) mode.
```xml
<spec __type="str">E</spec>
<spec __type="str">B</spec>
```
Use ^^`A`^^ for Standard, or ^^`E`^^ for Lightning.
Use ^^`A`^^ for Standard, or ^^`B`^^ for Lightning.
---
### Changing the game's language

View File

@ -82,7 +82,7 @@
<soft>
<model __type="str">LDJ</model>
<dest __type="str">J</dest>
<spec __type="str">E</spec>
<spec __type="str">B</spec>
<rev __type="str">A</rev>
<ext __type="str">2024050700</ext>
</soft>
@ -90,7 +90,7 @@
On the line with `<spec __type="str">` the letter needs to match your data type:
- `E` for TDJ *(010)*
- `B` for TDJ *(010)*
- `A` for LDJ *(012)*
Replace the letter accordingly if necessary.