Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kvpb/cd2a96bb64e475d54ae04fe90f844f5a to your computer and use it in GitHub Desktop.
Save kvpb/cd2a96bb64e475d54ae04fe90f844f5a to your computer and use it in GitHub Desktop.
List of codes for 0611 execution (Merrp's ACE, Pokémon Emerald)
Instructions: execute the codes in order. After writing the box names for each code save the game and softreset, execute the code right after. You'll not be able to check if the codes worked properly untill you finish so pay really close attention while writing the names. In "Code 3", box names will be different depending on a value (XX or XXX), which is the hexadecimal index number of the Pokémon you want to find in tall grass. You can find a list of Pokémon by index number here:
https://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_by_index_number_(Generation_III)
You'll see how to use this value directly in "Code 3"
After the execution of all the three codes, if you enter a battle in the tall grass in the Mirage Island you'll find the Pokémon you're aiming for at Lv.0 with four Sketch as moves. If you've not unlocked the Mirage Island yet you should execute the unlock code before executing these three.
If your game has a working internal battery, the effect of this code will last for 11 days (consider that the Mirage Island will disappare every day so you'll need to unlock it again if you want to enter it again)
If your game has a dry internal battery, the effect of this code will be permanent (the Mirage Island will be permanently unlocked as well).
While this code is active, if you want to change your target species you don't need to execute "Code 1" and "Code 2", executing "Code 3" with a different XX (or XXX) value will be enough
Index to character table
A1=0
A2=1
A3=2
A4=3
A5=4
A6=5
A7=6
A8=7
A9=8
AA=9
AB=!
AC=?
AD=.
AE=-
B0=...
B1=lefty " (« on French Emerald)
B2=righty " (» on French Emerald)
B3=lefty '
B4=righty '
B5=♂
B6=♀
B8=,
BA=/
BB=A
BC=B
BD=C
BE=D
BF=E
C0=F
C1=G
C2=H
C3=I
C4=J
C5=K
C6=L
C7=M
C8=N
C9=O
CA=P
CB=Q
CC=R
CD=S
CE=T
CF=U
D0=V
D1=W
D2=X
D3=Y
D4=Z
D5=a
D6=b
D7=c
D8=d
D9=e
DA=f
DB=g
DC=h
DD=i
DE=j
DF=k
E0=l
E1=m
E2=n
E3=o
E4=p
E5=q
E6=r
E7=s
E8=t
E9=u
EA=v
EB=w
EC=x
ED=y
EE=z
_____________________________________________________________________________________________________________________________________
| |
| Code 1 |
|_____________________________________________________________________________________________________________________________________|
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B0 on emulator, B2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, B000000 E3B0B6B0 %% R11=B000000
-filler- B2ACFF00
adc r11,r11, 3400 E2ABBDD0 %% R11=R11+3400=B003400
-filler- BFFF0000
adc r11,r11, 3000 E2ABBDC0 %% R11=R11+3000=B006400
-filler- FF000000
strt r11, [r12, C00]! E5ACBC00
adc r11,r11, A600 E2ABBCA6 %% R11=R11+A600=B010A00
-filler- B2AC00FF
sbc r12,r12, B E2CCC2B0 %% R12=R12-B-1
-filler- B2ACFF00
strh r11, [r12] E1CCB0B0
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = ... [one ...] on emulator, " [righty "] on console
Box 2: ( ?"...♀...o ) [starts with space; righty "; one ...; one ...; ends with space]
Box 3: (?"VC!n ) [righty "; ends with two spaces]
Box 4: (EFC!n ) [ends with three spaces]
Box 5: ( B?q5B!n) [starts with space]
Box 6: ( ?"...HRn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?"......Rm ) [righty "; two ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"hT-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (b ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B0 on emulator, B2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, B000000 E3B0B6B0 %% R11=B000000
-filler- B2ACFF00
adc r11,r11, 3400 E2ABBDD0 %% R11=R11+3400=B003400
-filler- BFFF0000
adc r11,r11, 3000 E2ABBDC0 %% R11=R11+3000=B006400
-filler- FF000000
strt r11, [r12, C00]! E5ACBC00
adc r11,r11, A600 E2ABBCA6 %% R11=R11+A600=B010A00
-filler- B2AC00FF
sbc r12,r12, B E2CCC2B0 %% R12=R12-B-1
-filler- B2ACFF00
strh r11, [r12] E1CCB0B0
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = ... [one ...] on emulator, " [righty "] on console
Box 2: ( ?"...♀...o ) [starts with space; righty "; one ...; one ...; ends with space]
Box 3: (?"VC!n ) [righty "; ends with two spaces]
Box 4: (EFC!n ) [ends with three spaces]
Box 5: ( B?q5B!n) [starts with space]
Box 6: ( ?"...HRn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?"......Rm ) [righty "; two ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (i RnlGEn) [one space after i; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B0 on emulator, B2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, B000000 E3B0B6B0 %% R11=B000000
-filler- B2ACFF00
adc r11,r11, 3400 E2ABBDD0 %% R11=R11+3400=B003400
-filler- BFFF0000
adc r11,r11, 3000 E2ABBDC0 %% R11=R11+3000=B006400
-filler- FF000000
strt r11, [r12, C00]! E5ACBC00
adc r11,r11, A600 E2ABBCA6 %% R11=R11+A600=B010A00
-filler- B2AC00FF
sbc r12,r12, B E2CCC2B0 %% R12=R12-B-1
-filler- B2ACFF00
strh r11, [r12] E1CCB0B0
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = ... [one ...] on emulator, " [righty "] on console
Box 2: ( ?"...♀...o ) [starts with space; righty "; one ...; one ...; ends with space]
Box 3: (?"VC!n ) [righty "; ends with two spaces]
Box 4: (EFC!n ) [ends with three spaces]
Box 5: ( B?q5B!n) [starts with space]
Box 6: ( ?"...HRn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?"......Rm ) [righty "; two ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (7 ?nlGEn) [one space after 7; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B0 on emulator, B2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, B000000 E3B0B6B0 %% R11=B000000
-filler- B2ACFF00
adc r11,r11, 3400 E2ABBDD0 %% R11=R11+3400=B003400
-filler- BFFF0000
adc r11,r11, 3000 E2ABBDC0 %% R11=R11+3000=B006400
-filler- FF000000
strt r11, [r12, C00]! E5ACBC00
adc r11,r11, A600 E2ABBCA6 %% R11=R11+A600=B010A00
-filler- B2AC00FF
sbc r12,r12, B E2CCC2B0 %% R12=R12-B-1
-filler- B2ACFF00
strh r11, [r12] E1CCB0B0
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = ... [one ...] on emulator, " [righty "] on console
Box 2: ( ?"...♀...o ) [starts with space; righty "; one ...; one ...; ends with space]
Box 3: (?"VC!n ) [righty "; ends with two spaces]
Box 4: (EFC!n ) [ends with three spaces]
Box 5: ( B?q5B!n) [starts with space]
Box 6: ( ?"...HRn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?"......Rm ) [righty "; two ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (a RnlGEn) [one space after a; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B0 on emulator, B2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, B000000 E3B0B6B0 %% R11=B000000
-filler- B2ACFF00
adc r11,r11, 3400 E2ABBDD0 %% R11=R11+3400=B003400
-filler- BFFF0000
adc r11,r11, 3000 E2ABBDC0 %% R11=R11+3000=B006400
-filler- FF000000
strt r11, [r12, C00]! E5ACBC00
adc r11,r11, A600 E2ABBCA6 %% R11=R11+A600=B010A00
-filler- B2AC00FF
sbc r12,r12, B E2CCC2B0 %% R12=R12-B-1
-filler- B2ACFF00
strh r11, [r12] E1CCB0B0
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = ... [one ...] on emulator, " [righty "] on console
Box 2: ( ?"...♀...o ) [starts with space; righty "; one ...; one ...; ends with space]
Box 3: (?"VC!n ) [righty "; ends with two spaces]
Box 4: (EFC!n ) [ends with three spaces]
Box 5: ( B?q5B!n) [starts with space]
Box 6: ( ?"...HRn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?"......Rm ) [righty "; two ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (N ?nlGEn) [one space after N; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
_______________________________________________________________________________________________________________________________________
Result: 0A000000 00000000 00000000 0B006400
Note: between "Code 1" and "Code 2" only the first 7 boxes change
_____________________________________________________________________________________________________________________________________
| |
| Code 2 |
|_____________________________________________________________________________________________________________________________________|
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B4 on emulator, B6 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, A6 E3B0B0A6 %% R11=A6
-filler- B2ACFF00
adc r11,r11, A60000 E2ABB8A6 %% R11=R11+A60000=A600A6
-filler- BFFF0000
strt r11, [r12, C00]! E5ACBC00
-filler- FF000000
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
strt r11, [r12]! E5ACB000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = ' [righty '] on emulator, ♀ on console
Box 2: ( ?"5......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"5,!n ) [righty "; ends with two spaces]
Box 4: (E B?q ) [one space after E; ends with three spaces]
Box 5: (FIRn ...?q) [upper case i; one space afer n; one ...]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"hT-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (b ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B4 on emulator, B6 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, A6 E3B0B0A6 %% R11=A6
-filler- B2ACFF00
adc r11,r11, A60000 E2ABB8A6 %% R11=R11+A60000=A600A6
-filler- BFFF0000
strt r11, [r12, C00]! E5ACBC00
-filler- FF000000
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
strt r11, [r12]! E5ACB000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = ' [righty '] on emulator, ♀ on console
Box 2: ( ?"5......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"5,!n ) [righty "; ends with two spaces]
Box 4: (E B?q ) [one space after E; ends with three spaces]
Box 5: (FIRn ...?q) [upper case i; one space afer n; one ...]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (i RnlGEn) [one space after i; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B4 on emulator, B6 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, A6 E3B0B0A6 %% R11=A6
-filler- B2ACFF00
adc r11,r11, A60000 E2ABB8A6 %% R11=R11+A60000=A600A6
-filler- BFFF0000
strt r11, [r12, C00]! E5ACBC00
-filler- FF000000
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
strt r11, [r12]! E5ACB000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = ' [righty '] on emulator, ♀ on console
Box 2: ( ?"5......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"5,!n ) [righty "; ends with two spaces]
Box 4: (E B?q ) [one space after E; ends with three spaces]
Box 5: (FIRn ...?q) [upper case i; one space afer n; one ...]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (7 ?nlGEn) [one space after 7; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B4 on emulator, B6 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, A6 E3B0B0A6 %% R11=A6
-filler- B2ACFF00
adc r11,r11, A60000 E2ABB8A6 %% R11=R11+A60000=A600A6
-filler- BFFF0000
strt r11, [r12, C00]! E5ACBC00
-filler- FF000000
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
strt r11, [r12]! E5ACB000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = ' [righty '] on emulator, ♀ on console
Box 2: ( ?"5......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"5,!n ) [righty "; ends with two spaces]
Box 4: (E B?q ) [one space after E; ends with three spaces]
Box 5: (FIRn ...?q) [upper case i; one space afer n; one ...]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (a RnlGEn) [one space after a; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B4 on emulator, B6 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, A6 E3B0B0A6 %% R11=A6
-filler- B2ACFF00
adc r11,r11, A60000 E2ABB8A6 %% R11=R11+A60000=A600A6
-filler- BFFF0000
strt r11, [r12, C00]! E5ACBC00
-filler- FF000000
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
strt r11, [r12]! E5ACB000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = ' [righty '] on emulator, ♀ on console
Box 2: ( ?"5......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"5,!n ) [righty "; ends with two spaces]
Box 4: (E B?q ) [one space after E; ends with three spaces]
Box 5: (FIRn ...?q) [upper case i; one space afer n; one ...]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (N ?nlGEn) [one space after N; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
_______________________________________________________________________________________________________________________________________
Result: 0A000000 00A600A6 00A600A6 0B006400
Note: between "Code 2" and "Code 3" only boxes 1-5, 7 will change
_____________________________________________________________________________________________________________________________________
| |
| Code 3 |
|_____________________________________________________________________________________________________________________________________|
The value XX (or XXX) is the hexadecimal index number of the Pokémon you're aiming for, find your XX or XXX here: https://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_by_index_number_(Generation_III)
Choose the right format depending on the range XX (or XXX) belongs to, then input the value to find out the index of * you need. Find out what * actually is by using the index-to-character table you find at the beginning of this pastebin
1<XX<33
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=ED-XX
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (*...Qn ) [one ...; ends with four spaces] index of * = ED-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"hT-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (b ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=ED-XX
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, DD E2CC00DD %% R0=R12+DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (*...Qn ) [one ...; ends with four spaces] index of * = ED-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (i RnlGEn) [one space after i; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=ED-XX
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (*...Qn ) [one ...; ends with four spaces] index of * = ED-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (7 ?nlGEn) [one space after 7; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=ED-XX
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, D5 E2CC00D5 %% R0=R12+D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (*...Qn ) [one ...; ends with four spaces] index of * = ED-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (a RnlGEn) [one space after a; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=ED-XX
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (*...Qn ) [one ...; ends with four spaces] index of * = ED-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (N ?nlGEn) [one space after N; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
_______________________________________________
34<XX<68
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
adc r11,r11, 35 E2ABB1D4 %% R11=R11+35=2D0123
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=122-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (Z"!n*...Qn) [lefty "; one ...] index of * = 122-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"hT-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (b ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
adc r11,r11, 35 E2ABB1D4 %% R11=R11+35=2D0123
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=122-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (Z"!n*...Qn) [lefty "; one ...] index of * = 122-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (i RnlGEn) [one space after i; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
adc r11,r11, 35 E2ABB1D4 %% R11=R11+35=2D0123
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=122-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (Z"!n*...Qn) [lefty "; one ...] index of * = 122-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (7 ?nlGEn) [one space after 7; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
adc r11,r11, 35 E2ABB1D4 %% R11=R11+35=2D0123
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=122-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (Z"!n*...Qn) [lefty "; one ...] index of * = 122-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (a RnlGEn) [one space after a; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
adc r11,r11, 35 E2ABB1D4 %% R11=R11+35=2D0123
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=122-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (Z"!n*...Qn) [lefty "; one ...] index of * = 122-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (N ?nlGEn) [one space after N; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
_______________________________________________
69<XX<9D
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, A2 E2ABB0A2 %% R11=R11+A2=2D00A2
-filler- FF000000
adc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=2D0158
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=157-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E1...!n ) [one ...; ends with three spaces]
Box 5: (♀...!n*...Qn) [one ...; one ...] index of * = 157-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"hT-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (b ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, A1 E2ABB0A1 %% R11=R11+A2=2D00A2
-filler- FF000000
adc r11,r11, B7 E2ABB0B7 %% R11=R11+B6=2D0158
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=157-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E1...!n ) [one ...; ends with three spaces]
Box 5: (♀...!n*...Qn) [one ...; one ...] index of * = 157-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (i RnlGEn) [one space after i; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, A1 E2ABB0A1 %% R11=R11+A2=2D00A2
-filler- FF000000
adc r11,r11, B7 E2ABB0B7 %% R11=R11+B6=2D0158
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=157-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E1...!n ) [one ...; ends with three spaces]
Box 5: (♀...!n*...Qn) [one ...; one ...] index of * = 157-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (7 ?nlGEn) [one space after 7; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, A1 E2ABB0A1 %% R11=R11+A2=2D00A2
-filler- FF000000
adc r11,r11, B7 E2ABB0B7 %% R11=R11+B6=2D0158
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=157-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E1...!n ) [one ...; ends with three spaces]
Box 5: (♀...!n*...Qn) [one ...; one ...] index of * = 157-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (a RnlGEn) [one space after a; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, A1 E2ABB0A1 %% R11=R11+A2=2D00A2
-filler- FF000000
adc r11,r11, B7 E2ABB0B7 %% R11=R11+B6=2D0158
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=157-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E1...!n ) [one ...; ends with three spaces]
Box 5: (♀...!n*...Qn) [one ...; one ...] index of * = 157-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (N ?nlGEn) [one space after N; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
_______________________________________________
9E<XX<D2
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, C0 E2ABB0C0 %% R11=R11+C0=2D00C0
-filler- FF000000
adc r11,r11, CD E2ABB0CD %% R11=R11+CD=2D018D
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=18C-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (EF...!n ) [one ...; ends with three spaces]
Box 5: (S...!n*...Qn) [one ...; one ...] index of * = 18C-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"hT-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (b ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, C0 E2ABB0C0 %% R11=R11+C0=2D00C0
-filler- FF000000
adc r11,r11, CD E2ABB0CD %% R11=R11+CD=2D018D
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=18C-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (EF...!n ) [one ...; ends with three spaces]
Box 5: (S...!n*...Qn) [one ...; one ...] index of * = 18C-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (i RnlGEn) [one space after i; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, C0 E2ABB0C0 %% R11=R11+C0=2D00C0
-filler- FF000000
adc r11,r11, CD E2ABB0CD %% R11=R11+CD=2D018D
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=18C-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (EF...!n ) [one ...; ends with three spaces]
Box 5: (S...!n*...Qn) [one ...; one ...] index of * = 18C-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (7 ?nlGEn) [one space after 7; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, C0 E2ABB0C0 %% R11=R11+C0=2D00C0
-filler- FF000000
adc r11,r11, CD E2ABB0CD %% R11=R11+CD=2D018D
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=18C-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (EF...!n ) [one ...; ends with three spaces]
Box 5: (S...!n*...Qn) [one ...; one ...] index of * = 18C-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (a RnlGEn) [one space after a; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, C0 E2ABB0C0 %% R11=R11+C0=2D00C0
-filler- FF000000
adc r11,r11, CD E2ABB0CD %% R11=R11+CD=2D018D
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX YY=18C-XX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (EF...!n ) [one ...; ends with three spaces]
Box 5: (S...!n*...Qn) [one ...; one ...] index of * = 18C-XX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (N ?nlGEn) [one space after N; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
_______________________________________________
D3<XX (or XXX)<107
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
adc r11,r11, D4 E2ABB0D4 %% R11=R11+D4=2D01C2
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX (or 2D0XXX) YY=1C1-XX (or XXX)
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (Z...!n*...Qn) [one ...; one ...] index of * = 1C1-XX (or XXX)
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"hT-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (b ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
adc r11,r11, D4 E2ABB0D4 %% R11=R11+D4=2D01C2
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX (or 2D0XXX) YY=1C1-XX (or XXX)
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (Z...!n*...Qn) [one ...; one ...] index of * = 1C1-XX (or XXX)
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (i RnlGEn) [one space after i; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
adc r11,r11, D4 E2ABB0D4 %% R11=R11+D4=2D01C2
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX (or 2D0XXX) YY=1C1-XX (or XXX)
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (Z...!n*...Qn) [one ...; one ...] index of * = 1C1-XX (or XXX)
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (7 ?nlGEn) [one space after 7; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
adc r11,r11, D4 E2ABB0D4 %% R11=R11+D4=2D01C2
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX (or 2D0XXX) YY=1C1-XX (or XXX)
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (Z...!n*...Qn) [one ...; one ...] index of * = 1C1-XX (or XXX)
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (a RnlGEn) [one space after a; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=2D00EE
-filler- FF000000
adc r11,r11, D4 E2ABB0D4 %% R11=R11+D4=2D01C2
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D00XX (or 2D0XXX) YY=1C1-XX (or XXX)
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (Ez...!n ) [one ...; ends with three spaces]
Box 5: (Z...!n*...Qn) [one ...; one ...] index of * = 1C1-XX (or XXX)
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (N ?nlGEn) [one space after N; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
_______________________________________________
108<XXX<13C
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, 2A0 E2ABBFA8 %% R11=R11+2A0=2D02A0
-filler- FF000000
sbc r11,r11, A8 E2CBB0A8 %% R11=R11-A8-1=2D01F7
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D0XXX YY=1F6-XXX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E7E!n ) [ends with three spaces]
Box 5: (7...Qn*...Qn) [one ...; one ...] index of * = 1F6-XXX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"hT-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (b ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, 2A0 E2ABBFA8 %% R11=R11+2A0=2D02A0
-filler- FF000000
sbc r11,r11, A8 E2CBB0A8 %% R11=R11-A8-1=2D01F7
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D0XXX YY=1F6-XXX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E7E!n ) [ends with three spaces]
Box 5: (7...Qn*...Qn) [one ...; one ...] index of * = 1F6-XXX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (i RnlGEn) [one space after i; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, 2A0 E2ABBFA8 %% R11=R11+2A0=2D02A0
-filler- FF000000
sbc r11,r11, A8 E2CBB0A8 %% R11=R11-A8-1=2D01F7
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D0XXX YY=1F6-XXX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E7E!n ) [ends with three spaces]
Box 5: (7...Qn*...Qn) [one ...; one ...] index of * = 1F6-XXX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (7 ?nlGEn) [one space after 7; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, 2A0 E2ABBFA8 %% R11=R11+2A0=2D02A0
-filler- FF000000
sbc r11,r11, A8 E2CBB0A8 %% R11=R11-A8-1=2D01F7
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D0XXX YY=1F6-XXX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E7E!n ) [ends with three spaces]
Box 5: (7...Qn*...Qn) [one ...; one ...] index of * = 1F6-XXX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (a RnlGEn) [one space after a; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, 2A0 E2ABBFA8 %% R11=R11+2A0=2D02A0
-filler- FF000000
sbc r11,r11, A8 E2CBB0A8 %% R11=R11-A8-1=2D01F7
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=2D0XXX YY=1F6-XXX
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E7E!n ) [ends with three spaces]
Box 5: (7...Qn*...Qn) [one ...; one ...] index of * = 1F6-XXX
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (N ?nlGEn) [one space after N; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
_______________________________________________
13D<XXX<171
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, B4 E2ABB0B4 %% R11=R11+B4=2D00B4
-filler- FF000000
sbc r11,r11, 30 E2CBB1C0 %% R11=R11-30-1=2D0083
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=2D0XXX YY=XXX-83
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E'...!n ) [righty '; one ...; ends with three spaces]
Box 5: (F"Qn*...!n) [lefty "; one ...] index of * = XXX-83
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"hT-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (b ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, B4 E2ABB0B4 %% R11=R11+B4=2D00B4
-filler- FF000000
sbc r11,r11, 30 E2CBB1C0 %% R11=R11-30-1=2D0083
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=2D0XXX YY=XXX-83
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, DD E2AC00DD %% R0=R12-DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E'...!n ) [righty '; one ...; ends with three spaces]
Box 5: (F"Qn*...!n) [lefty "; one ...] index of * = XXX-83
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (i RnlGEn) [one space after i; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, B4 E2ABB0B4 %% R11=R11+B4=2D00B4
-filler- FF000000
sbc r11,r11, 30 E2CBB1C0 %% R11=R11-30-1=2D0083
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=2D0XXX YY=XXX-83
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E'...!n ) [righty '; one ...; ends with three spaces]
Box 5: (F"Qn*...!n) [lefty "; one ...] index of * = XXX-83
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (7 ?nlGEn) [one space after 7; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, B4 E2ABB0B4 %% R11=R11+B4=2D00B4
-filler- FF000000
sbc r11,r11, 30 E2CBB1C0 %% R11=R11-30-1=2D0083
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=2D0XXX YY=XXX-83
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, D5 E2AC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E'...!n ) [righty '; one ...; ends with three spaces]
Box 5: (F"Qn*...!n) [lefty "; one ...] index of * = XXX-83
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (a RnlGEn) [one space after a; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, B4 E2ABB0B4 %% R11=R11+B4=2D00B4
-filler- FF000000
sbc r11,r11, 30 E2CBB1C0 %% R11=R11-30-1=2D0083
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=2D0XXX YY=XXX-83
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E'...!n ) [righty '; one ...; ends with three spaces]
Box 5: (F"Qn*...!n) [lefty "; one ...] index of * = XXX-83
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (N ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
_______________________________________________
172<XXX<19A
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, B8 E2ABB0B8 %% R11=R11+B8=2D00B8
-filler- FF000000
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=2D0XXX YY=XXX-B8
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E,...!n ) [one ...; ends with three spaces]
Box 5: (*...!n ) [one ...; ends with four spaces] index of * = XXX-B8
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"hT-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (b ?nlGEn) [one space after b; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, B8 E2ABB0B8 %% R11=R11+B8=2D00B8
-filler- FF000000
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=2D0XXX YY=XXX-B8
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEDC %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E,...!n ) [one ...; ends with three spaces]
Box 5: (*...!n ) [one ...; ends with four spaces] index of * = XXX-B8
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (i RnlGEn) [one space after i; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, B8 E2ABB0B8 %% R11=R11+B8=2D00B8
-filler- FF000000
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=2D0XXX YY=XXX-B8
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E,...!n ) [one ...; ends with three spaces]
Box 5: (*...!n ) [one ...; ends with four spaces] index of * = XXX-B8
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (7 ?nlGEn) [one space after 7; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, B8 E2ABB0B8 %% R11=R11+B8=2D00B8
-filler- FF000000
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=2D0XXX YY=XXX-B8
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, B80 E2AECEDC %% R12=LR+B80
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E,...!n ) [one ...; ends with three spaces]
Box 5: (*...!n ) [one ...; ends with four spaces] index of * = XXX-B8
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?",T-n ) [starts with space; righty "; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (a RnlGEn) [one space after a; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
mov r11, ED0000 E3B0B8ED %% R11=ED0000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=2D0000
-filler- BFFF0000
adc r11,r11, B8 E2ABB0B8 %% R11=R11+B8=2D00B8
-filler- FF000000
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=2D0XXX YY=XXX-B8
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- B2ACFF00
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
-filler- BFFF0000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- FF000000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
-filler- B2AC00FF
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?"y,...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E,...!n ) [one ...; ends with three spaces]
Box 5: (*...!n ) [one ...; ends with four spaces] index of * = XXX-B8
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"0T-n ) [starts with space; righty "; zero; ends with space]
Box 11: (?"YN?n ) [righty "; ends with two spaces]
Box 12: (EFNRo ) [ends with three spaces]
Box 13: (N ?nlGEn) [one space after N; lower case L]
Box 14: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
_______________________________________________________________________________________________________________________________________
Result: 002D0XXX 0A000000 00A600A6 00A600A6 0B006400
The porpouse of this set of codes is to automatically complete your Pokédex, regardless of its current state. This of course doesn't mean you'll actually get the Pokémon, there are other ways to do that.
Instructions: execute the three codes in order and follow the notes under each one
_____________________________________________________________________________________________________________________________________
| |
| Code 1 |
|_____________________________________________________________________________________________________________________________________|
Note: write box names for Code 1, then save the game. Execute Code 1: you should teleport in front of a Pokémon Center. Do NOT save the game
For English versions:
movs r10, D9000000 E3B0A4D9 %% R10=D9000000
sbc r11, pc, B800 E2CFBCB8 %% R11=PC-B800
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
adc r11, r11, C0 E2ABB0C0 %% R11=R11+C0+1
0000FF00 %% (filler)
sbc r11, r11, BF E2CBB0BF %% R11=R11-BF
00FF0000 %% (filler)
strh r12 [r11, 2*] E1CBC2B* %% * = E on emulator, C on console
FF000000 %% (filler)
adc r12, r11, 3100 E2ABCDC4 %% R12=R11+3100
adc r0, r12, BA E2AC00BA %% R0=R12+BA
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
strh r12 [r0, *] E1C0C0B* %% * = E on emulator, C on console
0000FF00 %% (filler)
sbcs r10, r10, 3B80000 E2DAA7EE %% R10=R10-3B80000 (set flags)
00FF0000 %% (filler)
adc r12, lr, DC0 E2AECEDC %% R12=LR+DC0+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
adc r0, r12, D3 E2AC00D3 %% R0=R12+D3+1=SetCB2WhiteOutENG
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
ble ******** DAFFFFE8 %% PC=PC-58
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (a3…o,BUn) [one …]
Box 2: (JloF…!n ) [lower case L; one …; ends with space]
Box 3: ( E…Qn ) [starts with two spaces; one …; ends with two spaces]
Box 4: ( *HQm ) [starts with space; ends with three spaces] * = D on emulator, B on console
Box 5: (JS!n/ ?n) [one space afer /]
Box 6: (Jlo*FFm ) [lolwer case L; ends with space] * = D on emulator, B on console
Box 7: ( z6fn ) [starts with two spaces; ends with two spaces]
Box 8: ( hT-n ) [starts with space; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( Y ?n ) [starts with three spaces; one space after Y; ends with space]
Box 11: ( mFlot) [starts with two spaces; lower case L; leave the last slot empty]
Box 12: (fyLRo ) [ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For Italian versions:
movs r10, D9000000 E3B0A4D9 %% R10=D9000000
sbc r11, pc, B800 E2CFBCB8 %% R11=PC-B800
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
adc r11, r11, C0 E2ABB0C0 %% R11=R11+C0+1
FFBFFF00 %% (filler)
sbc r11, r11, BF E2CBB0BF %% R11=R11-BF
00FFFFFF %% (filler)
strh r12 [r11, 2*] E1CBC2B* %% * = E on emulator, C on console
FFFFFFFF %% (filler)
adc r12, r11, 3100 E2ABCDC4 %% R12=R11+3100
adc r0, r12, BA E2AC00BA %% R0=R12+BA
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
strh r12 [r0, *] E1C0C0B* %% * = E on emulator, C on console
0000FF00 %% (filler)
sbcs r10, r10, 3B80000 E2DAA7EE %% R10=R10-3B80000 (set flags)
00FF0000 %% (filler)
adc r12, lr, B80 E2AECEB8 %% R12=LR+B80+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
sbc r0, r12, E0 E2CC00D3 %% R0=R12-E0=SetCB2WhiteOutITA
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
ble ******** DAFFFFE8 %% PC=PC-58
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (a3…o,BUn) [one …]
Box 2: (JloF…!n ) [lower case L; one …; ends with space]
Box 3: ( E…Qn ) [starts with two spaces; one …; ends with two spaces]
Box 4: ( *HQm ) [starts with space; ends with three spaces] * = D on emulator, B on console
Box 5: (JS!n/ ?n) [one space afer /]
Box 6: (Jlo*FFm ) [lolwer case L; ends with space] * = D on emulator, B on console
Box 7: ( z6fn ) [starts with two spaces; ends with two spaces]
Box 8: ( ,T-n ) [starts with space; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( l Rn ) [starts with three spaces; lower case L; one space after l; ends with space]
Box 11: ( mFlot) [starts with two spaces; lower case L; leave the last slot empty]
Box 12: (fyLRo ) [ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For German versions:
movs r10, D9000000 E3B0A4D9 %% R10=D9000000
sbc r11, pc, B800 E2CFBCB8 %% R11=PC-B800
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
adc r11, r11, C0 E2ABB0C0 %% R11=R11+C0+1
FFBFFF00 %% (filler)
sbc r11, r11, BF E2CBB0BF %% R11=R11-BF
00FFFFFF %% (filler)
strh r12 [r11, 2*] E1CBC2B* %% * = E on emulator, C on console
FFFFFFFF %% (filler)
adc r12, r11, 3100 E2ABCDC4 %% R12=R11+3100
adc r0, r12, BA E2AC00BA %% R0=R12+BA
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
strh r12 [r0, *] E1C0C0B* %% * = E on emulator, C on console
0000FF00 %% (filler)
sbcs r10, r10, 3B80000 E2DAA7EE %% R10=R10-3B80000 (set flags)
00FF0000 %% (filler)
adc r12, lr, A10 E2AECEA1 %% R12=LR+A10+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
adc r0, r12, A5 E2AC00A5 %% R0=R12+A5+1=SetCB2WhiteOutGER
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
ble ******** DAFFFFE8 %% PC=PC-58
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (a3…o,BUn) [one …]
Box 2: (JloF…!n ) [lower case L; one …; ends with space]
Box 3: ( E…Qn ) [starts with two spaces; one …; ends with two spaces]
Box 4: ( *HQm ) [starts with space; ends with three spaces] * = D on emulator, B on console
Box 5: (JS!n/ ?n) [one space afer /]
Box 6: (Jlo*FFm ) [lolwer case L; ends with space] * = D on emulator, B on console
Box 7: ( z6fn ) [starts with two spaces; ends with two spaces]
Box 8: ( 0T-n ) [starts with space; zero; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( 4 ?n ) [starts with three spaces; one space after 4; ends with space]
Box 11: ( mFlot) [starts with two spaces; lower case L; leave the last slot empty]
Box 12: (fyLRo ) [ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For Spanish versions:
movs r10, D9000000 E3B0A4D9 %% R10=D9000000
sbc r11, pc, B800 E2CFBCB8 %% R11=PC-B800
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
adc r11, r11, C0 E2ABB0C0 %% R11=R11+C0+1
FFBFFF00 %% (filler)
sbc r11, r11, BF E2CBB0BF %% R11=R11-BF
00FFFFFF %% (filler)
strh r12 [r11, 2*] E1CBC2B* %% * = E on emulator, C on console
FFFFFFFF %% (filler)
adc r12, r11, 3100 E2ABCDC4 %% R12=R11+3100
adc r0, r12, BA E2AC00BA %% R0=R12+BA
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
strh r12 [r0, *] E1C0C0B* %% * = E on emulator, C on console
0000FF00 %% (filler)
sbcs r10, r10, 3B80000 E2DAA7EE %% R10=R10-3B80000 (set flags)
00FF0000 %% (filler)
adc r12, lr, B80 E2AECEB8 %% R12=LR+B80+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
sbc r0, r12, D8 E2CC00D8 %% R0=R12-D8=SetCB2WhiteOutSPA
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
ble ******** DAFFFFE8 %% PC=PC-58
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (a3…o,BUn) [one …]
Box 2: (JloF…!n ) [lower case L; one …; ends with space]
Box 3: ( E…Qn ) [starts with two spaces; one …; ends with two spaces]
Box 4: ( *HQm ) [starts with space; ends with three spaces] * = D on emulator, B on console
Box 5: (JS!n/ ?n) [one space afer /]
Box 6: (Jlo*FFm ) [lolwer case L; ends with space] * = D on emulator, B on console
Box 7: ( z6fn ) [starts with two spaces; ends with two spaces]
Box 8: ( ,T-n ) [starts with space; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( d Rn ) [starts with three spaces; one space after d; ends with space]
Box 11: ( mFlot) [starts with two spaces; lower case L; leave the last slot empty]
Box 12: (fyLRo ) [ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For French versions:
movs r10, D9000000 E3B0A4D9 %% R10=D9000000
sbc r11, pc, B800 E2CFBCB8 %% R11=PC-B800
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
adc r11, r11, C0 E2ABB0C0 %% R11=R11+C0+1
FFBFFF00 %% (filler)
sbc r11, r11, BF E2CBB0BF %% R11=R11-BF
00FFFFFF %% (filler)
strh r12 [r11, 2*] E1CBC2B* %% * = E on emulator, C on console
FFFFFFFF %% (filler)
adc r12, r11, 3100 E2ABCDC4 %% R12=R11+3100
adc r0, r12, BA E2AC00BA %% R0=R12+BA
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
strh r12 [r0, *] E1C0C0B* %% * = E on emulator, C on console
0000FF00 %% (filler)
sbcs r10, r10, 3B80000 E2DAA7EE %% R10=R10-3B80000 (set flags)
00FF0000 %% (filler)
adc r12, lr, A10 E2AECEA1 %% R12=LR+A10+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
adc r0,r12, C5 E2AC00C5 %% R0=R12+C5+1=SetCB2WhiteOutFRA
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
ble ******** DAFFFFE8 %% PC=PC-58
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (a3…o,BUn) [one …]
Box 2: (JloF…!n ) [lower case L; one …; ends with space]
Box 3: ( E…Qn ) [starts with two spaces; one …; ends with two spaces]
Box 4: ( *HQm ) [starts with space; ends with three spaces] * = D on emulator, B on console
Box 5: (JS!n/ ?n) [one space afer /]
Box 6: (Jlo*FFm ) [lolwer case L; ends with space] * = D on emulator, B on console
Box 7: ( z6fn ) [starts with two spaces; ends with two spaces]
Box 8: ( 0T-n ) [starts with space; zero; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( K ?n ) [starts with three spaces; one space after K; ends with space]
Box 11: ( mFlot) [starts with two spaces; lower case L; leave the last slot empty]
Box 12: (fyLRo ) [ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_____________________________________________________________________________________________________________________________________
| |
| Code 2 |
|_____________________________________________________________________________________________________________________________________|
Note: write box names for Code 2, do NOT save the game and execute the code: you should teleport in front of a Pokémon Center. At this point, check your Pokédex: you should see 384 caught national ad 200 caught regional (every Pokémon except for Jirachi and Deoxys). If you already have Jirachi or Deoxys you should instead see 201-385. Lastly, if you already have both Jirachi and Deoxys you should see 202/386. If you see anything different than that, reset and try again from Code 1 (check for mistakes in box names). If you see exactly what stated, save the game
For English versions:
movs r12, D9000000 E3B0A4D9 %% R10=D9000000
sbc r11, pc, D100 E2CFBCD1 %% R11=PC-D100
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
adc r11, r11, C0 E2ABB0C0 %% R11=R11+C0+1
0000FF00 %% (filler)
sbc r11, r11, BF E2CBB0BF %% R11=R11-BF
00FF0000 %% (filler)
strh r12 [r11, 2*] E1CBC2B* %% * = 2 on emulator, 0 on console
FF000000 %% (filler)
strh r12 [r11, 5*] E1CBC5B* %% * = 6 on emulator, 4 on console
00000000 %% (filler)
0000BFFF %% (filler)
00000000 %% (filler)
0000FF00 %% (filler)
sbcs r10, r10, 3B80000 E2DAA7EE %% R10=R10-3B80000 (set flags)
00FF0000 %% (filler)
adc r12, lr, DC0 E2AECEDC %% R12=LR+DC0+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
adc r0, r12, D3 E2AC00D3 %% R0=R12+D3+1=SetCB2WhiteOutENG
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
ble ******** DAFFFFE8 %% PC=PC-58
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (a3…oWBUn) [one …]
Box 2: (JloF…!n ) [lower case L; one …; ends with space]
Box 3: ( E…Qn ) [starts with two spaces; one …; ends with two spaces]
Box 4: ( *HQm ) [starts with space; ends with three spaces] * = " [righty "] on emulator, … [one …] on console
Box 5: (*KQm ) [ends with four spaces] * = ♀ on emulator, ' [righty '] on console
Box 6: (E ) [ends with seven spaces]
Box 7: ( z6fn ) [starts with two spaces; ends with two spaces]
Box 8: ( hT-n ) [starts with space; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( Y ?n ) [starts with three spaces; one space after Y; ends with space]
Box 11: ( mFlot) [starts with two spaces; lower case L; leave the last slot empty]
Box 12: (fyLRo ) [ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For Italian versions:
movs r12, D9000000 E3B0A4D9 %% R10=D9000000
sbc r11, pc, D100 E2CFBCD1 %% R11=PC-D100
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
adc r11, r11, C0 E2ABB0C0 %% R11=R11+C0+1
0000FF00 %% (filler)
sbc r11, r11, BF E2CBB0BF %% R11=R11-BF
00FF0000 %% (filler)
strh r12 [r11, 2*] E1CBC2B* %% * = 2 on emulator, 0 on console
FF000000 %% (filler)
strh r12 [r11, 5*] E1CBC5B* %% * = 6 on emulator, 4 on console
00000000 %% (filler)
0000BFFF %% (filler)
00000000 %% (filler)
0000FF00 %% (filler)
sbcs r10, r10, 3B80000 E2DAA7EE %% R10=R10-3B80000 (set flags)
00FF0000 %% (filler)
adc r12, lr, B80 E2AECEB8 %% R12=LR+B80+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
sbc r0, r12, E0 E2CC00D3 %% R0=R12-E0=SetCB2WhiteOutITA
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
ble ******** DAFFFFE8 %% PC=PC-58
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (a3…oWBUn) [one …]
Box 2: (JloF…!n ) [lower case L; one …; ends with space]
Box 3: ( E…Qn ) [starts with two spaces; one …; ends with two spaces]
Box 4: ( *HQm ) [starts with space; ends with three spaces] * = " [righty "] on emulator, … [one …] on console
Box 5: (*KQm ) [ends with four spaces] * = ♀ on emulator, ' [righty '] on console
Box 6: (E ) [ends with seven spaces]
Box 7: ( z6fn ) [starts with two spaces; ends with two spaces]
Box 8: ( ,T-n ) [starts with space; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( l Rn ) [starts with three spaces; lower case L; one space after l; ends with space]
Box 11: ( mFlot) [starts with two spaces; lower case L; leave the last slot empty]
Box 12: (fyLRo ) [ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For German versions:
movs r12, D9000000 E3B0A4D9 %% R10=D9000000
sbc r11, pc, D100 E2CFBCD1 %% R11=PC-D100
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
adc r11, r11, C0 E2ABB0C0 %% R11=R11+C0+1
0000FF00 %% (filler)
sbc r11, r11, BF E2CBB0BF %% R11=R11-BF
00FF0000 %% (filler)
strh r12 [r11, 2*] E1CBC2B* %% * = 2 on emulator, 0 on console
FF000000 %% (filler)
strh r12 [r11, 5*] E1CBC5B* %% * = 6 on emulator, 4 on console
00000000 %% (filler)
0000BFFF %% (filler)
00000000 %% (filler)
0000FF00 %% (filler)
sbcs r10, r10, 3B80000 E2DAA7EE %% R10=R10-3B80000 (set flags)
00FF0000 %% (filler)
adc r12, lr, A10 E2AECEA1 %% R12=LR+A10+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
adc r0, r12, A5 E2AC00A5 %% R0=R12+A5+1=SetCB2WhiteOutGER
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
ble ******** DAFFFFE8 %% PC=PC-58
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (a3…oWBUn) [one …]
Box 2: (JloF…!n ) [lower case L; one …; ends with space]
Box 3: ( E…Qn ) [starts with two spaces; one …; ends with two spaces]
Box 4: ( *HQm ) [starts with space; ends with three spaces] * = " [righty "] on emulator, … [one …] on console
Box 5: (*KQm ) [ends with four spaces] * = ♀ on emulator, ' [righty '] on console
Box 6: (E ) [ends with seven spaces]
Box 7: ( z6fn ) [starts with two spaces; ends with two spaces]
Box 8: ( 0T-n ) [starts with space; zero; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( 4 ?n ) [starts with three spaces; one space after 4; ends with space]
Box 11: ( mFlot) [starts with two spaces; lower case L; leave the last slot empty]
Box 12: (fyLRo ) [ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For Spanish versions:
movs r12, D9000000 E3B0A4D9 %% R10=D9000000
sbc r11, pc, D100 E2CFBCD1 %% R11=PC-D100
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
adc r11, r11, C0 E2ABB0C0 %% R11=R11+C0+1
0000FF00 %% (filler)
sbc r11, r11, BF E2CBB0BF %% R11=R11-BF
00FF0000 %% (filler)
strh r12 [r11, 2*] E1CBC2B* %% * = 2 on emulator, 0 on console
FF000000 %% (filler)
strh r12 [r11, 5*] E1CBC5B* %% * = 6 on emulator, 4 on console
00000000 %% (filler)
0000BFFF %% (filler)
00000000 %% (filler)
0000FF00 %% (filler)
sbcs r10, r10, 3B80000 E2DAA7EE %% R10=R10-3B80000 (set flags)
00FF0000 %% (filler)
adc r12, lr, B80 E2AECEB8 %% R12=LR+B80+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
sbc r0, r12, D8 E2CC00D8 %% R0=R12-D8=SetCB2WhiteOutSPA
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
ble ******** DAFFFFE8 %% PC=PC-58
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (a3…oWBUn) [one …]
Box 2: (JloF…!n ) [lower case L; one …; ends with space]
Box 3: ( E…Qn ) [starts with two spaces; one …; ends with two spaces]
Box 4: ( *HQm ) [starts with space; ends with three spaces] * = " [righty "] on emulator, … [one …] on console
Box 5: (*KQm ) [ends with four spaces] * = ♀ on emulator, ' [righty '] on console
Box 6: (E ) [ends with seven spaces]
Box 7: ( z6fn ) [starts with two spaces; ends with two spaces]
Box 8: ( ,T-n ) [starts with space; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( d Rn ) [starts with three spaces; one space after d; ends with space]
Box 11: ( mFlot) [starts with two spaces; lower case L; leave the last slot empty]
Box 12: (fyLRo ) [ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For French versions:
movs r12, D9000000 E3B0A4D9 %% R10=D9000000
sbc r11, pc, D100 E2CFBCD1 %% R11=PC-D100
mvn r12, FF000000 E3E0C4FF %% R12=notFF000000=FFFFFF
adc r11, r11, C0 E2ABB0C0 %% R11=R11+C0+1
0000FF00 %% (filler)
sbc r11, r11, BF E2CBB0BF %% R11=R11-BF
00FF0000 %% (filler)
strh r12 [r11, 2*] E1CBC2B* %% * = 2 on emulator, 0 on console
FF000000 %% (filler)
strh r12 [r11, 5*] E1CBC5B* %% * = 6 on emulator, 4 on console
00000000 %% (filler)
0000BFFF %% (filler)
00000000 %% (filler)
0000FF00 %% (filler)
sbcs r10, r10, 3B80000 E2DAA7EE %% R10=R10-3B80000 (set flags)
00FF0000 %% (filler)
adc r12, lr, A10 E2AECEA1 %% R12=LR+A10+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
adc r0,r12, C5 E2AC00C5 %% R0=R12+C5+1=SetCB2WhiteOutFRA
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
ble ******** DAFFFFE8 %% PC=PC-58
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (a3…oWBUn) [one …]
Box 2: (JloF…!n ) [lower case L; one …; ends with space]
Box 3: ( E…Qn ) [starts with two spaces; one …; ends with two spaces]
Box 4: ( *HQm ) [starts with space; ends with three spaces] * = " [righty "] on emulator, … [one …] on console
Box 5: (*KQm ) [ends with four spaces] * = ♀ on emulator, ' [righty '] on console
Box 6: (E ) [ends with seven spaces]
Box 7: ( z6fn ) [starts with two spaces; ends with two spaces]
Box 8: ( 0T-n ) [starts with space; zero; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( K ?n ) [starts with three spaces; one space after K; ends with space]
Box 11: ( mFlot) [starts with two spaces; lower case L; leave the last slot empty]
Box 12: (fyLRo ) [ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_____________________________________________________________________________________________________________________________________
| |
| Code 3 |
|_____________________________________________________________________________________________________________________________________|
Note: if you already hadboth Jirachi and Deoxys, Code 2 was enough to complete your Pokédex and this last code is not needed. Otherwise, write box names for Code 3 and save the game. Execute the code: you should teleport in front of a Pokémon Center. Check your Pokédex again: it should now be complete. If so, save the game, if not, reset and try Code 3 again, checking for mistakes in box names
For English versions:
sbc r11, pc, D100 E2CFBCD1 %% R11=PC-D100
00000000 %% (filler)
mov r12, FC000003 E3B0C3FF %% R12=FC000003
strh r12 [r11, 5*]! E1EBC5B* %% * = A on emulator, 8 on console
0000FF00 %% (filler)
strh r12 [r11, 34] E1CBC3B4 %%
00FF0000 %% (filler)
adc r11, r11, EE00 E2ABBCEE %% R11=R11+EE00+1
FF000000 %% (filler)
sbc r11, r11, D500 E2CBBCD5 %% R11=R11-D500
strh r12 [r11, B] E1CBC0BB %%
000000FF %% (filler)
adc r11, r11, 3100 E2ABBDC4 %% R11=R11+3100+1
0000FF00 %% (filler)
strh r12 [r11, A5] E1CBCAB5 %%
00FF0000 %% (filler)
adc r12, lr, DC0 E2AECEDC %% R12=LR+DC0+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
adc r0, r12, D3 E2AC00D3 %% R0=R12+D3+1=SetCB2WhiteOutENG
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
00FF0000 %% (filler)
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (WBUn ) [ends with four spaces]
Box 2: (I…o*Kwm ) [upper case i; one …; ends with space] * = / on emulator, , on console
Box 3: ( 'IQm ) [starts with two spaces; righty '; upper case i; ends with two spaces]
Box 4: ( zB!n ) [starts with space; ends with three spaces]
Box 5: (aBQnAFQm)
Box 6: ( JC!n ) [starts with three spaces; ends with space]
Box 7: ( ♂PQm ) [starts with two spaces; ends with two spaces]
Box 8: ( hT-n ) [starts with space; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( Y ?n ) [starts with three spaces; one space after Y; ends with space]
Box 11: ( mFlo ) [starts with two spaces; lower case L; ends with two spaces]
Box 12: ( yLRo ) [starts with space; ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For Italian versions:
sbc r11, pc, D100 E2CFBCD1 %% R11=PC-D100
00000000 %% (filler)
mov r12, FC000003 E3B0C3FF %% R12=FC000003
strh r12 [r11, 5*]! E1EBC5B* %% * = A on emulator, 8 on console
0000FF00 %% (filler)
strh r12 [r11, 34] E1CBC3B4 %%
00FF0000 %% (filler)
adc r11, r11, EE00 E2ABBCEE %% R11=R11+EE00+1
FF000000 %% (filler)
sbc r11, r11, D500 E2CBBCD5 %% R11=R11-D500
strh r12 [r11, B] E1CBC0BB %%
000000FF %% (filler)
adc r11, r11, 3100 E2ABBDC4 %% R11=R11+3100+1
00BFFF00 %% (filler)
strh r12 [r11, A5] E1CBCAB5 %%
00FF0000 %% (filler)
adc r12, lr, B80 E2AECEB8 %% R12=LR+B80+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
sbc r0, r12, E0 E2CC00D3 %% R0=R12-E0=SetCB2WhiteOutITA
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
00FF0000 %% (filler)
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (WBUn ) [ends with four spaces]
Box 2: (I…o*Kwm ) [upper case i; one …; ends with space] * = / on emulator, , on console
Box 3: ( 'IQm ) [starts with two spaces; righty '; upper case i; ends with two spaces]
Box 4: ( zB!n ) [starts with space; ends with three spaces]
Box 5: (aBQnAFQm)
Box 6: ( JC!n ) [starts with three spaces; ends with space]
Box 7: ( ♂PQm ) [starts with two spaces; ends with two spaces]
Box 8: ( ,T-n ) [starts with space; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( l Rn ) [starts with three spaces; lower case L; one space after l; ends with space]
Box 11: ( mFlo ) [starts with two spaces; lower case L; ends with two spaces]
Box 12: ( yLRo ) [starts with space; ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For German versions:
sbc r11, pc, D100 E2CFBCD1 %% R11=PC-D100
00000000 %% (filler)
mov r12, FC000003 E3B0C3FF %% R12=FC000003
strh r12 [r11, 5*]! E1EBC5B* %% * = A on emulator, 8 on console
0000FF00 %% (filler)
strh r12 [r11, 34] E1CBC3B4 %%
00FF0000 %% (filler)
adc r11, r11, EE00 E2ABBCEE %% R11=R11+EE00+1
FF000000 %% (filler)
sbc r11, r11, D500 E2CBBCD5 %% R11=R11-D500
strh r12 [r11, B] E1CBC0BB %%
000000FF %% (filler)
adc r11, r11, 3100 E2ABBDC4 %% R11=R11+3100+1
00BFFF00 %% (filler)
strh r12 [r11, A5] E1CBCAB5 %%
00FF0000 %% (filler)
adc r12, lr, A10 E2AECEA1 %% R12=LR+A10+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
adc r0, r12, A5 E2AC00A5 %% R0=R12+A5+1=SetCB2WhiteOutGER
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
00FF0000 %% (filler)
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (WBUn ) [ends with four spaces]
Box 2: (I…o*Kwm ) [upper case i; one …; ends with space] * = / on emulator, , on console
Box 3: ( 'IQm ) [starts with two spaces; righty '; upper case i; ends with two spaces]
Box 4: ( zB!n ) [starts with space; ends with three spaces]
Box 5: (aBQnAFQm)
Box 6: ( JC!n ) [starts with three spaces; ends with space]
Box 7: ( ♂PQm ) [starts with two spaces; ends with two spaces]
Box 8: ( 0T-n ) [starts with space; zero; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( 4 ?n ) [starts with three spaces; one space after 4; ends with space]
Box 11: ( mFlo ) [starts with two spaces; lower case L; ends with two spaces]
Box 12: ( yLRo ) [starts with space; ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For Spanish versions:
sbc r11, pc, D100 E2CFBCD1 %% R11=PC-D100
00000000 %% (filler)
mov r12, FC000003 E3B0C3FF %% R12=FC000003
strh r12 [r11, 5*]! E1EBC5B* %% * = A on emulator, 8 on console
0000FF00 %% (filler)
strh r12 [r11, 34] E1CBC3B4 %%
00FF0000 %% (filler)
adc r11, r11, EE00 E2ABBCEE %% R11=R11+EE00+1
FF000000 %% (filler)
sbc r11, r11, D500 E2CBBCD5 %% R11=R11-D500
strh r12 [r11, B] E1CBC0BB %%
000000FF %% (filler)
adc r11, r11, 3100 E2ABBDC4 %% R11=R11+3100+1
00BFFF00 %% (filler)
strh r12 [r11, A5] E1CBCAB5 %%
00FF0000 %% (filler)
adc r12, lr, B80 E2AECEB8 %% R12=LR+B80+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
sbc r0, r12, D8 E2CC00D8 %% R0=R12-D8=SetCB2WhiteOutSPA
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
00FF0000 %% (filler)
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (WBUn ) [ends with four spaces]
Box 2: (I…o*Kwm ) [upper case i; one …; ends with space] * = / on emulator, , on console
Box 3: ( 'IQm ) [starts with two spaces; righty '; upper case i; ends with two spaces]
Box 4: ( zB!n ) [starts with space; ends with three spaces]
Box 5: (aBQnAFQm)
Box 6: ( JC!n ) [starts with three spaces; ends with space]
Box 7: ( ♂PQm ) [starts with two spaces; ends with two spaces]
Box 8: ( ,T-n ) [starts with space; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( d Rn ) [starts with three spaces; one space after d; ends with space]
Box 11: ( mFlo ) [starts with two spaces; lower case L; ends with two spaces]
Box 12: ( yLRo ) [starts with space; ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
_______________________________
For French versions:
sbc r11, pc, D100 E2CFBCD1 %% R11=PC-D100
00000000 %% (filler)
mov r12, FC000003 E3B0C3FF %% R12=FC000003
strh r12 [r11, 5*]! E1EBC5B* %% * = A on emulator, 8 on console
0000FF00 %% (filler)
strh r12 [r11, 34] E1CBC3B4 %%
00FF0000 %% (filler)
adc r11, r11, EE00 E2ABBCEE %% R11=R11+EE00+1
FF000000 %% (filler)
sbc r11, r11, D500 E2CBBCD5 %% R11=R11-D500
strh r12 [r11, B] E1CBC0BB %%
000000FF %% (filler)
adc r11, r11, 3100 E2ABBDC4 %% R11=R11+3100+1
00BFFF00 %% (filler)
strh r12 [r11, A5] E1CBCAB5 %%
00FF0000 %% (filler)
adc r12, lr, A10 E2AECEA1 %% R12=LR+A10+1
FF000000 %% (filler)
adc r12, r12, D30000 E2ACC8D3 %% R12=R12+D30000+1
bic r12, r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
000000FF %% (filler)
adc r0,r12, C5 E2AC00C5 %% R0=R12+C5+1=SetCB2WhiteOutFRA
0000FF00 %% (filler)
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
00FF0000 %% (filler)
bic r12, r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
FF000000 %% (filler)
bic r11, r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10
adcs r12, pc, 38 E2BFC1E0 %% R12=PC+38+1
B2AC00FF %% (filler)
strt r11, [r12]! E5ACB000 %%
Box names:
Box 1: (WBUn ) [ends with four spaces]
Box 2: (I…o*Kwm ) [upper case i; one …; ends with space] * = / on emulator, , on console
Box 3: ( 'IQm ) [starts with two spaces; righty '; upper case i; ends with two spaces]
Box 4: ( zB!n ) [starts with space; ends with three spaces]
Box 5: (aBQnAFQm)
Box 6: ( JC!n ) [starts with three spaces; ends with space]
Box 7: ( ♂PQm ) [starts with two spaces; ends with two spaces]
Box 8: ( 0T-n ) [starts with space; zero; ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( K ?n ) [starts with three spaces; one space after K; ends with space]
Box 11: ( mFlo ) [starts with two spaces; lower case L; ends with two spaces]
Box 12: ( yLRo ) [starts with space; ends with three spaces]
Box 13: (m"RolGEn) [righty "; lower case L]
Box 14: ( ?" …?q ) [starts with space; righty "; one space after "; one …; ends with one space]
Instructions (make sure you can execute two codes in a row without using the Tower Cloning glitch):
1) Write box names for "Code 1", then fly to Mauville City and save the game. You can softreset if you want but it is not mandatory.
2) Enter Mauville's Pokémon Center and execute "Code 1" inside it.
3) Change box names for "Code 2" and execute it right after, without ever exiting the Pokémon Center. Do not save nor softreset between
the two executions.
4) Talk to the man sitting in the up-left corner of the room: you should get a text message saying that you recieved the decoration you
wanted. Wait for a second text box to show up, then press A only once: you will be able to move control the player even though the
text box will still be open.
5) If everything worked properly, save the game, which will also get rid of the text box. If you want to get multiple decorations in a
row do not exit the Pokémon Center and do not softreset.
If you want to obtain multiple decorations you can do that in quick succession if you follow these steps:
6) Change box names for a different "Code 2" (changing target decoration means only changing box 3 and 5 so you can do it really fast)
without ever exiting the Pokémon Center.
7) Execute the new "Code 2", then follow steps 4) and 5) again
You can keep doing step 6) and 7) as many times as you want. Note that you'll save the game every time you'll get a decoration. If something goes wrong you'll need to softreset but your progresses will not be lost. Unluckily sofresetting will break the chain and you'll have to start over from step 1) to get new decorations.
In "Code 2", box names will be different depending on the value XX, which is the hexadecimal index number of the decoraion you want to obtai. You can find a list of decorations by index number here:
https://bulbapedia.bulbagarden.net/wiki/List_of_decorations_by_index_number_(Generation_III)
Using values of XX higher than 0X78 you'll get glitch decorations, consider that some will crash the game and some will not be actually stored in your PC
You'll see how to use XX directly in "Code 2"
Index to character table
A1=0
A2=1
A3=2
A4=3
A5=4
A6=5
A7=6
A8=7
A9=8
AA=9
AB=!
AC=?
AD=.
AE=-
B0=...
B1=lefty " (« on French Emerald)
B2=righty " (» on French Emerald)
B3=lefty '
B4=righty '
B5=♂
B6=♀
B8=,
BA=/
BB=A
BC=B
BD=C
BE=D
BF=E
C0=F
C1=G
C2=H
C3=I
C4=J
C5=K
C6=L
C7=M
C8=N
C9=O
CA=P
CB=Q
CC=R
CD=S
CE=T
CF=U
D0=V
D1=W
D2=X
D3=Y
D4=Z
D5=a
D6=b
D7=c
D8=d
D9=e
DA=f
DB=g
DC=h
DD=i
DE=j
DF=k
E0=l
E1=m
E2=n
E3=o
E4=p
E5=q
E6=r
E7=s
E8=t
E9=u
EA=v
EB=w
EC=x
ED=y
EE=z
_____________________________________________________________________________________________________________________________________
| |
| Code 1 |
|_____________________________________________________________________________________________________________________________________|
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r10, 3000000 E3B0A7C0 %% R10=3000000
-filler- B2AC00FF
adc r11,r10, 28400 E2AABBA1 %% R11=R10+28400=3028400
-filler- B2ACFF00
adc r11,r11, E500 E2ABBCE5 %% R11=R11+E500=3036900
-filler- BFFF0000
adc r11,r11, 3A000 E2ABBBE8 %% R11=R11+3A000=3070900
-filler- FF000000
strt r11, [r12]! E5ACB000
sbc r12,r12, ED E2CCC0ED %% R12=R12-ED
-filler- B2AC00FF
sbc r11,r12, CC E2CCB0CC %% R11=R12-CC
-filler- B2ACFF00
strt r12, [r11]! E5ABC000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUnF6...o) [lefty '; one ...]
Box 2: ( ?"0A9n ) [starts with space; righty "; zero; ends with space]
Box 3: (?"qB!n ) [righty "; ends with two spaces]
Box 4: (EtA!n ) [ends with three spaces]
Box 5: ( ...?qyFRn) [starts with space; one ...]
Box 6: ( ?"R...Rn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?" F!q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r10, 3000000 E3B0A7C0 %% R10=3000000
-filler- B2AC00FF
adc r11,r10, 28400 E2AABBA1 %% R11=R10+28400=3028400
-filler- B2ACFF00
adc r11,r11, E500 E2ABBCE5 %% R11=R11+E500=3036900
-filler- BFFF0000
adc r11,r11, 3A000 E2ABBBE8 %% R11=R11+3A000=3070900
-filler- FF000000
strt r11, [r12]! E5ACB000
sbc r12,r12, ED E2CCC0ED %% R12=R12-ED
-filler- B2AC00FF
sbc r11,r12, CC E2CCB0CC %% R11=R12-CC
-filler- B2ACFF00
strt r12, [r11]! E5ABC000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUnF6...o) [lefty '; one ...]
Box 2: ( ?"0A9n ) [starts with space; righty "; zero; ends with space]
Box 3: (?"qB!n ) [righty "; ends with two spaces]
Box 4: (EtA!n ) [ends with three spaces]
Box 5: ( ...?qyFRn) [starts with space; one ...]
Box 6: ( ?"R...Rn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?" F!q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r10, 3000000 E3B0A7C0 %% R10=3000000
-filler- B2AC00FF
adc r11,r10, 28400 E2AABBA1 %% R11=R10+28400=3028400
-filler- B2ACFF00
adc r11,r11, E500 E2ABBCE5 %% R11=R11+E500=3036900
-filler- BFFF0000
adc r11,r11, 3A000 E2ABBBE8 %% R11=R11+3A000=3070900
-filler- FF000000
strt r11, [r12]! E5ACB000
sbc r12,r12, ED E2CCC0ED %% R12=R12-ED
-filler- B2AC00FF
sbc r11,r12, CC E2CCB0CC %% R11=R12-CC
-filler- B2ACFF00
strt r12, [r11]! E5ABC000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUnF6...o) [lefty '; one ...]
Box 2: ( ?"0A9n ) [starts with space; righty "; zero; ends with space]
Box 3: (?"qB!n ) [righty "; ends with two spaces]
Box 4: (EtA!n ) [ends with three spaces]
Box 5: ( ...?qyFRn) [starts with space; one ...]
Box 6: ( ?"R...Rn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?" F!q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r10, 3000000 E3B0A7C0 %% R10=3000000
-filler- B2AC00FF
adc r11,r10, 28400 E2AABBA1 %% R11=R10+28400=3028400
-filler- B2ACFF00
adc r11,r11, E500 E2ABBCE5 %% R11=R11+E500=3036900
-filler- BFFF0000
adc r11,r11, 3A000 E2ABBBE8 %% R11=R11+3A000=3070900
-filler- FF000000
strt r11, [r12]! E5ACB000
sbc r12,r12, ED E2CCC0ED %% R12=R12-ED
-filler- B2AC00FF
sbc r11,r12, CC E2CCB0CC %% R11=R12-CC
-filler- B2ACFF00
strt r12, [r11]! E5ABC000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUnF6...o) [lefty '; one ...]
Box 2: ( ?"0A9n ) [starts with space; righty "; zero; ends with space]
Box 3: (?"qB!n ) [righty "; ends with two spaces]
Box 4: (EtA!n ) [ends with three spaces]
Box 5: ( ...?qyFRn) [starts with space; one ...]
Box 6: ( ?"R...Rn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?" F!q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r10, 3000000 E3B0A7C0 %% R10=3000000
-filler- B2AC00FF
adc r11,r10, 28400 E2AABBA1 %% R11=R10+28400=3028400
-filler- B2ACFF00
adc r11,r11, E500 E2ABBCE5 %% R11=R11+E500=3036900
-filler- BFFF0000
adc r11,r11, 3A000 E2ABBBE8 %% R11=R11+3A000=3070900
-filler- FF000000
strt r11, [r12]! E5ACB000
sbc r12,r12, ED E2CCC0ED %% R12=R12-ED
-filler- B2AC00FF
sbc r11,r12, CC E2CCB0CC %% R11=R12-CC
-filler- B2ACFF00
strt r12, [r11]! E5ABC000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUnF6...o) [lefty '; one ...]
Box 2: ( ?"0A9n ) [starts with space; righty "; zero; ends with space]
Box 3: (?"qB!n ) [righty "; ends with two spaces]
Box 4: (EtA!n ) [ends with three spaces]
Box 5: ( ...?qyFRn) [starts with space; one ...]
Box 6: ( ?"R...Rn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?" F!q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
_____________________________________________________________________________________________________________________________________
| |
| Code 2 |
|_____________________________________________________________________________________________________________________________________|
Notes: Choose the right format depending on the range XX belongs to, then input the value to find out the index of * you need. Find out what * actually is by using the index-to-character table you find at the beginning of this document
1<XX<34
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D0 E2CBB0D0 %% R11=R11-D0-1=1C
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001C
-filler- FF000000
adc r11,r11, EE000000 E2ABB4EE %% R11=R11+EE000000=FC80001C
sbc r11,r11, YY000000 E2CBB4YY %% R11=R11-YY000000-1 YY = EE-XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"V...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (z'!n*'Qn) [righty '; righty '] index of * = EE-XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D0 E2CBB0D0 %% R11=R11-D0-1=1C
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001C
-filler- FF000000
adc r11,r11, EE000000 E2ABB4EE %% R11=R11+EE000000=FC80001C
sbc r11,r11, YY000000 E2CBB4YY %% R11=R11-YY000000-1 YY = EE-XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"V...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (z'!n*'Qn) [righty '; righty '] index of * = EE-XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D0 E2CBB0D0 %% R11=R11-D0-1=1C
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001C
-filler- FF000000
adc r11,r11, EE000000 E2ABB4EE %% R11=R11+EE000000=FC80001C
sbc r11,r11, YY000000 E2CBB4YY %% R11=R11-YY000000-1 YY = EE-XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"V...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (z'!n*'Qn) [righty '; righty '] index of * = EE-XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D0 E2CBB0D0 %% R11=R11-D0-1=1C
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001C
-filler- FF000000
adc r11,r11, EE000000 E2ABB4EE %% R11=R11+EE000000=FC80001C
sbc r11,r11, YY000000 E2CBB4YY %% R11=R11-YY000000-1 YY = EE-XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"V...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (z'!n*'Qn) [righty '; righty '] index of * = EE-XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D0 E2CBB0D0 %% R11=R11-D0-1=1C
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001C
-filler- FF000000
adc r11,r11, EE000000 E2ABB4EE %% R11=R11+EE000000=FC80001C
sbc r11,r11, YY000000 E2CBB4YY %% R11=R11-YY000000-1 YY = EE-XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"V...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (z'!n*'Qn) [righty '; righty '] index of * = EE-XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
35<XX<42
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D0 E2CBB0D0 %% R11=R11-D0-1=1C
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001C
-filler- FF000000
adc r11,r11, E3000000 E2ABB4E3 %% R11=R11+E3000000=F180001C
sbc r11,r11, YY000000 E2CBB4YY %% R11=R11-YY000000-1 YY = E3-XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"V...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (o'!n*'Qn) [righty '; righty '] index of * = E3-XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D0 E2CBB0D0 %% R11=R11-D0-1=1C
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001C
-filler- FF000000
adc r11,r11, E3000000 E2ABB4E3 %% R11=R11+E3000000=F180001C
sbc r11,r11, YY000000 E2CBB4YY %% R11=R11-YY000000-1 YY = E3-XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"V...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (o'!n*'Qn) [righty '; righty '] index of * = E3-XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D0 E2CBB0D0 %% R11=R11-D0-1=1C
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001C
-filler- FF000000
adc r11,r11, E3000000 E2ABB4E3 %% R11=R11+E3000000=F180001C
sbc r11,r11, YY000000 E2CBB4YY %% R11=R11-YY000000-1 YY = E3-XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"V...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (o'!n*'Qn) [righty '; righty '] index of * = E3-XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D0 E2CBB0D0 %% R11=R11-D0-1=1C
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001C
-filler- FF000000
adc r11,r11, E3000000 E2ABB4E3 %% R11=R11+E3000000=F180001C
sbc r11,r11, YY000000 E2CBB4YY %% R11=R11-YY000000-1 YY = E3-XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"V...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (o'!n*'Qn) [righty '; righty '] index of * = E3-XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D0 E2CBB0D0 %% R11=R11-D0-1=1C
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001C
-filler- FF000000
adc r11,r11, E3000000 E2ABB4E3 %% R11=R11+E3000000=F180001C
sbc r11,r11, YY000000 E2CBB4YY %% R11=R11-YY000000-1 YY = E3-XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"V...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (o'!n*'Qn) [righty '; righty '] index of * = E3-XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
43<XX<50
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, A2000000 E2ABB4A2 %% R11=R11+A2000000=B080001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 5E+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (1'!n*'Qn) [righty '; righty '] index of * = 5E+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, A2000000 E2ABB4A2 %% R11=R11+A2000000=B080001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 5E+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (1'!n*'Qn) [righty '; righty '] index of * = 5E+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, A2000000 E2ABB4A2 %% R11=R11+A2000000=B080001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 5E+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (1'!n*'Qn) [righty '; righty '] index of * = 5E+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, A2000000 E2ABB4A2 %% R11=R11+A2000000=B080001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 5E+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (1'!n*'Qn) [righty '; righty '] index of * = 5E+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, A2000000 E2ABB4A2 %% R11=R11+A2000000=B080001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 5E+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (1'!n*'Qn) [righty '; righty '] index of * = 5E+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
51<XX<5E
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, B0000000 E2ABB4B0 %% R11=R11+B0000000=BE80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 50+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (...'!n*'Qn) [one ...; righty '; righty '] index of * = 5E+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, B0000000 E2ABB4B0 %% R11=R11+B0000000=BE80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 50+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (...'!n*'Qn) [one ...; righty '; righty '] index of * = 5E+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, B0000000 E2ABB4B0 %% R11=R11+B0000000=BE80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 50+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (...'!n*'Qn) [one ...; righty '; righty '] index of * = 5E+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, B0000000 E2ABB4B0 %% R11=R11+B0000000=BE80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 50+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (...'!n*'Qn) [one ...; righty '; righty '] index of * = 5E+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, B0000000 E2ABB4B0 %% R11=R11+B0000000=BE80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 50+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (...'!n*'Qn) [one ...; righty '; righty '] index of * = 5E+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
5F<XX<93
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, A5000000 E2ABB4A5 %% R11=R11+A5000000=B380001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 5B+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (4'!n*'Qn) [righty '; righty '] index of * = 5B+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, A5000000 E2ABB4A5 %% R11=R11+A5000000=B380001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 5B+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (4'!n*'Qn) [righty '; righty '] index of * = 5B+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, A5000000 E2ABB4A5 %% R11=R11+A5000000=B380001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 5B+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (4'!n*'Qn) [righty '; righty '] index of * = 5B+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, A5000000 E2ABB4A5 %% R11=R11+A5000000=B380001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 5B+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (4'!n*'Qn) [righty '; righty '] index of * = 5B+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, A5000000 E2ABB4A5 %% R11=R11+A5000000=B380001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 5B+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (4'!n*'Qn) [righty '; righty '] index of * = 5B+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
94<XX<C8
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, DA000000 E2ABB4DA %% R11=R11+DA000000=E880001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 26+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (f'!n*'Qn) [righty '; righty '] index of * = 26+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, DA000000 E2ABB4DA %% R11=R11+DA000000=E880001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 26+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (f'!n*'Qn) [righty '; righty '] index of * = 26+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, DA000000 E2ABB4DA %% R11=R11+DA000000=E880001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 26+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (f'!n*'Qn) [righty '; righty '] index of * = 26+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, DA000000 E2ABB4DA %% R11=R11+DA000000=E880001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 26+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (f'!n*'Qn) [righty '; righty '] index of * = 26+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, DA000000 E2ABB4DA %% R11=R11+DA000000=E880001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = 26+XX
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (f'!n*'Qn) [righty '; righty '] index of * = 26+XX
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
C9<XX<FC
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, E000000 E2ABB6E0 %% R11=R11+E000000=1C80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = XX-E
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (l♀!n*'Qn) [lower case L; righty '; righty '] index of * = XX-E
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, E000000 E2ABB6E0 %% R11=R11+E000000=1C80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = XX-E
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (l♀!n*'Qn) [lower case L; righty '; righty '] index of * = XX-E
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, E000000 E2ABB6E0 %% R11=R11+E000000=1C80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = XX-E
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (l♀!n*'Qn) [lower case L; righty '; righty '] index of * = XX-E
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, E000000 E2ABB6E0 %% R11=R11+E000000=1C80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = XX-E
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (l♀!n*'Qn) [lower case L; righty '; righty '] index of * = XX-E
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, E000000 E2ABB6E0 %% R11=R11+E000000=1C80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = XX-E
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (l♀!n*'Qn) [lower case L; righty '; righty '] index of * = XX-E
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
FD<XX<FF
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, 30000000 E2ABB5C0 %% R11=R11+30000000=3E80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = XX-30
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (F♂!n*'Qn) [righty '; righty '] index of * = XX-30
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, 30000000 E2ABB5C0 %% R11=R11+30000000=3E80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = XX-30
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (F♂!n*'Qn) [righty '; righty '] index of * = XX-30
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, 30000000 E2ABB5C0 %% R11=R11+30000000=3E80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = XX-30
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (F♂!n*'Qn) [righty '; righty '] index of * = XX-30
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, 30000000 E2ABB5C0 %% R11=R11+30000000=3E80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = XX-30
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (F♂!n*'Qn) [righty '; righty '] index of * = XX-30
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
sbc r12,r12, 3 E2CCC3C0 %% R12=R12-3-1
-filler- B2AC00FF
movs r11, ED E3B0B0ED %% R11=ED
-filler- B2ACFF00
sbc r11,r11, D1 E2CBB0D0 %% R11=R11-D1-1=1B
-filler- BFFF0000
adc r11,r11, E800000 E2ABB6E8 %% R11=R11+E800000=E80001B
-filler- FF000000
adc r11,r11, 30000000 E2ABB5C0 %% R11=R11+30000000=3E80001B
adc r11,r11, YY000000 E2ABB4YY %% R11=R11+YY000000 YY = XX-30
-filler- B2AC00FF
sbc r11,r11, E000000 E2CBB6E0 %% R11=R11-E000000-1=XX80001A
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUnFIRn) [lefty '; upper case i]
Box 2: ( ?"y......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"W...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (Et♀!n ) [ends with three spaces]
Box 5: (F♂!n*'Qn) [righty '; righty '] index of * = XX-30
Box 6: ( ?"l♀Qn ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
Code to get any item
Instructions: The value XX (or XXX) is the hexadecimal index number of the item you're aiming for, find your XX or XXX here: https://bulbapedia.bulbagarden.net/wiki/List_of_items_by_index_number_(Generation_III)
Choose the right format depending on the range XX (or XXX) belongs to, then input the value to find out the index of * you need. Find out what * actually is by using the index-to-character table you find below.
Write the box names of your personal code, save the game and finally execute the code by triggering Merrp's ACE.
Go retrieve the item from the lottery lady
Index to character table
A1=0
A2=1
A3=2
A4=3
A5=4
A6=5
A7=6
A8=7
A9=8
AA=9
AB=!
AC=?
AD=.
AE=-
B0=...
B1=lefty " (« on French Emerald)
B2=righty " (» on French Emerald)
B3=lefty '
B4=righty '
B5=♂
B6=♀
B8=,
BA=/
BB=A
BC=B
BD=C
BE=D
BF=E
C0=F
C1=G
C2=H
C3=I
C4=J
C5=K
C6=L
C7=M
C8=N
C9=O
CA=P
CB=Q
CC=R
CD=S
CE=T
CF=U
D0=V
D1=W
D2=X
D3=Y
D4=Z
D5=a
D6=b
D7=c
D8=d
D9=e
DA=f
DB=g
DC=h
DD=i
DE=j
DF=k
E0=l
E1=m
E2=n
E3=o
E4=p
E5=q
E6=r
E7=s
E8=t
E9=u
EA=v
EB=w
EC=x
ED=y
EE=z
Code
1<XX<33
For English versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=ED-XX
-filler- BFFF0000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"*...Qn ) [righty "; one ...; ends with two spaces] index of * = ED-XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=ED-XX
-filler- BFFF0000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"*...Qn ) [righty "; one ...; ends with two spaces] index of * = ED-XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=ED-XX
-filler- BFFF0000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"*...Qn ) [righty "; one ...; ends with two spaces] index of * = ED-XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=ED-XX
-filler- BFFF0000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"*...Qn ) [righty "; one ...; ends with two spaces] index of * = ED-XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=ED-XX
-filler- BFFF0000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"*...Qn ) [righty "; one ...; ends with two spaces] index of * = ED-XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
34<XX<68
For English versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
adc r11,r11, 35 E2ABB1D4 %% R11=R11+35=123
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=122-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"Z"!n ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 122-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
adc r11,r11, 35 E2ABB1D4 %% R11=R11+35=123
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=122-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"Z"!n ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 122-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
adc r11,r11, 35 E2ABB1D4 %% R11=R11+35=123
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=122-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"Z"!n ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 122-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
adc r11,r11, 35 E2ABB1D4 %% R11=R11+35=123
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=122-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"Z"!n ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 122-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
adc r11,r11, 35 E2ABB1D4 %% R11=R11+35=123
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=122-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"Z"!n ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 122-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
69<XX<9D
For English versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, A2 E3B0B0A2 %% R11=A2
-filler- B2ACFF00
adc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=158
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=157-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"1......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"♀...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 157-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, A2 E3B0B0A2 %% R11=A2
-filler- B2ACFF00
adc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=158
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=157-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"1......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"♀...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 157-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, A2 E3B0B0A2 %% R11=A2
-filler- B2ACFF00
adc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=158
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=157-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"1......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"♀...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 157-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, A2 E3B0B0A2 %% R11=A2
-filler- B2ACFF00
adc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=158
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=157-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"1......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"♀...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 157-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, A2 E3B0B0A2 %% R11=A2
-filler- B2ACFF00
adc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=158
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=157-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"1......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"♀...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 157-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
9E<XX<D2
For English versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, C0 E3B0B0C0 %% R11=C0
-filler- B2ACFF00
adc r11,r11, CD E2ABB0CD %% R11=R11+CD=18D
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=18C-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"F......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"S...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 18C-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, C0 E3B0B0C0 %% R11=C0
-filler- B2ACFF00
adc r11,r11, CD E2ABB0CD %% R11=R11+CD=18D
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=18C-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"F......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"S...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 18C-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, C0 E3B0B0C0 %% R11=C0
-filler- B2ACFF00
adc r11,r11, CD E2ABB0CD %% R11=R11+CD=18D
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=18C-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"F......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"S...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 18C-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, C0 E3B0B0C0 %% R11=C0
-filler- B2ACFF00
adc r11,r11, CD E2ABB0CD %% R11=R11+CD=18D
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=18C-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"F......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"S...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 18C-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, C0 E3B0B0C0 %% R11=C0
-filler- B2ACFF00
adc r11,r11, CD E2ABB0CD %% R11=R11+CD=18D
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY=18C-XX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"F......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"S...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 18C-XX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
D3<XX (or XXX)<107
For English versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
adc r11,r11, D4 E2ABB0D4 %% R11=R11+D4=1C2
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XXX YY=1C1-XX (or XXX)
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"Z...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 1C1-XX (or XXX)
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
adc r11,r11, D4 E2ABB0D4 %% R11=R11+D4=1C2
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XXX YY=1C1-XX (or XXX)
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"Z...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 1C1-XX (or XXX)
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
adc r11,r11, D4 E2ABB0D4 %% R11=R11+D4=1C2
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XXX YY=1C1-XX (or XXX)
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"Z...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 1C1-XX (or XXX)
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
adc r11,r11, D4 E2ABB0D4 %% R11=R11+D4=1C2
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XXX YY=1C1-XX (or XXX)
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"Z...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 1C1-XX (or XXX)
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
adc r11,r11, D4 E2ABB0D4 %% R11=R11+D4=1C2
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XXX YY=1C1-XX (or XXX)
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"z......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"Z...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 1C1-XX (or XXX)
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
108<XXX<13C
For English versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, 2A0 E3B0BFA8 %% R11=2A0
-filler- B2ACFF00
sbc r11,r11, A8 E2CBB0A8 %% R11=R11-A8-1=1F7
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XXX YY=1F6-XXX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"7E...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"7...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 1F6-XXX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, 2A0 E3B0BFA8 %% R11=2A0
-filler- B2ACFF00
sbc r11,r11, A8 E2CBB0A8 %% R11=R11-A8-1=1F7
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XXX YY=1F6-XXX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"7E...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"7...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 1F6-XXX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, 2A0 E3B0BFA8 %% R11=2A0
-filler- B2ACFF00
sbc r11,r11, A8 E2CBB0A8 %% R11=R11-A8-1=1F7
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XXX YY=1F6-XXX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"7E...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"7...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 1F6-XXX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, 2A0 E3B0BFA8 %% R11=2A0
-filler- B2ACFF00
sbc r11,r11, A8 E2CBB0A8 %% R11=R11-A8-1=1F7
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XXX YY=1F6-XXX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"7E...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"7...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 1F6-XXX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, 2A0 E3B0BFA8 %% R11=2A0
-filler- B2ACFF00
sbc r11,r11, A8 E2CBB0A8 %% R11=R11-A8-1=1F7
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XXX YY=1F6-XXX
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?"7E...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?"7...Qn ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [righty "; one ...; ends with three spaces] index of * = 1F6-XXX
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
13D<XXX<171
For English versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, B4 E3B0B0B4 %% R11=B4
-filler- B2ACFF00
sbc r11,r11, 30 E2CBB1C0 %% R11=R11-30-1=83
-filler- BFFF0000
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=XXX YY=XXX-83
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?""......o ) [starts with space; righty "; righty "; two ...; ends with space]
Box 3: (?"F"Qn ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [righty "; one ...; ends with three spaces] index of * = XXX-83
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, B4 E3B0B0B4 %% R11=B4
-filler- B2ACFF00
sbc r11,r11, 30 E2CBB1C0 %% R11=R11-30-1=83
-filler- BFFF0000
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=XXX YY=XXX-83
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?""......o ) [starts with space; righty "; righty "; two ...; ends with space]
Box 3: (?"F"Qn ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [righty "; one ...; ends with three spaces] index of * = XXX-83
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, B4 E3B0B0B4 %% R11=B4
-filler- B2ACFF00
sbc r11,r11, 30 E2CBB1C0 %% R11=R11-30-1=83
-filler- BFFF0000
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=XXX YY=XXX-83
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?""......o ) [starts with space; righty "; righty "; two ...; ends with space]
Box 3: (?"F"Qn ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [righty "; one ...; ends with three spaces] index of * = XXX-83
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, B4 E3B0B0B4 %% R11=B4
-filler- B2ACFF00
sbc r11,r11, 30 E2CBB1C0 %% R11=R11-30-1=83
-filler- BFFF0000
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=XXX YY=XXX-83
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?""......o ) [starts with space; righty "; righty "; two ...; ends with space]
Box 3: (?"F"Qn ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [righty "; one ...; ends with three spaces] index of * = XXX-83
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, B4 E3B0B0B4 %% R11=B4
-filler- B2ACFF00
sbc r11,r11, 30 E2CBB1C0 %% R11=R11-30-1=83
-filler- BFFF0000
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=XXX YY=XXX-83
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?""......o ) [starts with space; righty "; righty "; two ...; ends with space]
Box 3: (?"F"Qn ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [righty "; one ...; ends with three spaces] index of * = XXX-83
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
172<XXX<178
For English versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, B8 E3B0B0B8 %% R11=B8
-filler- B2ACFF00
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=XXX YY=XXX-B8
-filler- BFFF0000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?",......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"*...!n ) [righty "; one ...; ends with two spaces] index of * = XXX-B8
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, B8 E3B0B0B8 %% R11=B8
-filler- B2ACFF00
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=XXX YY=XXX-B8
-filler- BFFF0000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?",......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"*...!n ) [righty "; one ...; ends with two spaces] index of * = XXX-B8
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, B8 E3B0B0B8 %% R11=B8
-filler- B2ACFF00
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=XXX YY=XXX-B8
-filler- BFFF0000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?",......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"*...!n ) [righty "; one ...; ends with two spaces] index of * = XXX-B8
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, B8 E3B0B0B8 %% R11=B8
-filler- B2ACFF00
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=XXX YY=XXX-B8
-filler- BFFF0000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?",......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"*...!n ) [righty "; one ...; ends with two spaces] index of * = XXX-B8
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,°° E2CFC1** %% R12=PC-°° ** = AC °° = 2B on emulator, ** = B4 °° = 2D on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00
-filler- B2AC00FF
mov r11, B8 E3B0B0B8 %% R11=B8
-filler- B2ACFF00
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=XXX YY=XXX-B8
-filler- BFFF0000
strh r11 [r12] E1CCB0B0 %% Store item index in lottery prize location
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn.RRn) * = ? on emulator, ' [righty '] on console
Box 2: ( ?",......o ) [starts with space; righty "; two ...; ends with space]
Box 3: (?"*...!n ) [righty "; one ...; ends with two spaces] index of * = XXX-B8
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
This code will put any decoration in your doll bag and will erease doll 40 (if you have less than 40 decorations in your doll bag this secondary effect will not be noticeable). The porpouse of this code is allowing you to decorate your room with decorations that are only supposed to be used in your secret base. When you do so, decoraions will behave like glitch decorations. This code also provides with all actual glich decorations. If your objective is just getting regular decorations for regular use, you should definitely use the "get any decoration" code instead: https://pastebin.com/DMBKNWVa
Box names will be different depending on the value XX, which is the hexadecimal index number of the decoraion you want to obtain. You can find a list of decorations by index number here:
https://bulbapedia.bulbagarden.net/wiki/List_of_decorations_by_index_number_(Generation_III)
Using values of XX higher than 0X78 you'll get glitch decorations
Index to character table
A1=0
A2=1
A3=2
A4=3
A5=4
A6=5
A7=6
A8=7
A9=8
AA=9
AB=!
AC=?
AD=.
AE=-
B0=...
B1=lefty " (« on French Emerald)
B2=righty " (» on French Emerald)
B3=lefty '
B4=righty '
B5=♂
B6=♀
B8=,
BA=/
BB=A
BC=B
BD=C
BE=D
BF=E
C0=F
C1=G
C2=H
C3=I
C4=J
C5=K
C6=L
C7=M
C8=N
C9=O
CA=P
CB=Q
CC=R
CD=S
CE=T
CF=U
D0=V
D1=W
D2=X
D3=Y
D4=Z
D5=a
D6=b
D7=c
D8=d
D9=e
DA=f
DB=g
DC=h
DD=i
DE=j
DF=k
E0=l
E1=m
E2=n
E3=o
E4=p
E5=q
E6=r
E7=s
E8=t
E9=u
EA=v
EB=w
EC=x
ED=y
EE=z
Code
Notes: Choose the right format depending on the range XX belongs to, then input the value to find out the index of * you need. Find out what * actually is by using the index-to-character table you find at the beginning of this document
1<XX<33
For English versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = ED-XX
-filler- BFFF0000
-filler- 00000000
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"z......o ) [starts with space; two ...; ends with space]
Box 3: (?"*...Qn ) [righty "; one ...; ends with two spaces] index of * = ED-XX
Box 4: (E ) [ends with seven spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = ED-XX
-filler- BFFF0000
-filler- 00000000
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"z......o ) [starts with space; two ...; ends with space]
Box 3: (?"*...Qn ) [righty "; one ...; ends with two spaces] index of * = ED-XX
Box 4: (E ) [ends with seven spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = ED-XX
-filler- BFFF0000
-filler- 00000000
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"z......o ) [starts with space; two ...; ends with space]
Box 3: (?"*...Qn ) [righty "; one ...; ends with two spaces] index of * = ED-XX
Box 4: (E ) [ends with seven spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = ED-XX
-filler- BFFF0000
-filler- 00000000
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"z......o ) [starts with space; two ...; ends with space]
Box 3: (?"*...Qn ) [righty "; one ...; ends with two spaces] index of * = ED-XX
Box 4: (E ) [ends with seven spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = ED-XX
-filler- BFFF0000
-filler- 00000000
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"z......o ) [starts with space; two ...; ends with space]
Box 3: (?"*...Qn ) [righty "; one ...; ends with two spaces] index of * = ED-XX
Box 4: (E ) [ends with seven spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
34<XX<68
For English versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
abc r11,r11, 35 E2ABB1D4 %% R11=R11+35=123
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 122-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"z......o ) [starts with space; two ...; ends with space]
Box 3: (?"Z"!n ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 122-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
abc r11,r11, 35 E2ABB1D4 %% R11=R11+35=123
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 122-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"z......o ) [starts with space; two ...; ends with space]
Box 3: (?"Z"!n ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 122-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
abc r11,r11, 35 E2ABB1D4 %% R11=R11+35=123
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 122-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"z......o ) [starts with space; two ...; ends with space]
Box 3: (?"Z"!n ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 122-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
abc r11,r11, 35 E2ABB1D4 %% R11=R11+35=123
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 122-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"z......o ) [starts with space; two ...; ends with space]
Box 3: (?"Z"!n ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 122-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, EE E3B0B0EE %% R11=EE
-filler- B2ACFF00
abc r11,r11, 35 E2ABB1D4 %% R11=R11+35=123
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 122-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"z......o ) [starts with space; two ...; ends with space]
Box 3: (?"Z"!n ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 122-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
69<XX<9D
For English versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, A2 E3B0B0A2 %% R11=A2
-filler- B2ACFF00
abc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=158
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 157-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"1......o ) [starts with space; two ...; ends with space]
Box 3: (?"♀...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 157-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, A2 E3B0B0A2 %% R11=A2
-filler- B2ACFF00
abc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=158
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 157-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"1......o ) [starts with space; two ...; ends with space]
Box 3: (?"♀...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 157-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, A2 E3B0B0A2 %% R11=A2
-filler- B2ACFF00
abc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=158
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 157-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"1......o ) [starts with space; two ...; ends with space]
Box 3: (?"♀...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 157-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, A2 E3B0B0A2 %% R11=A2
-filler- B2ACFF00
abc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=158
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 157-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"1......o ) [starts with space; two ...; ends with space]
Box 3: (?"♀...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 157-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, A2 E3B0B0A2 %% R11=A2
-filler- B2ACFF00
abc r11,r11, B6 E2ABB0B6 %% R11=R11+B6=158
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 157-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"1......o ) [starts with space; two ...; ends with space]
Box 3: (?"♀...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 157-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
9E<XX<D2
For English versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, BB E3B0B0BB %% R11=BB
-filler- B2ACFF00
abc r11,r11, D2 E2ABB0D2 %% R11=R11+D2=18D
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 18C-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"A......o ) [starts with space; two ...; ends with space]
Box 3: (?"X...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 18C-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, BB E3B0B0BB %% R11=BB
-filler- B2ACFF00
abc r11,r11, D2 E2ABB0D2 %% R11=R11+D2=18D
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 18C-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"A......o ) [starts with space; two ...; ends with space]
Box 3: (?"X...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 18C-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, BB E3B0B0BB %% R11=BB
-filler- B2ACFF00
abc r11,r11, D2 E2ABB0D2 %% R11=R11+D2=18D
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 18C-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"A......o ) [starts with space; two ...; ends with space]
Box 3: (?"X...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 18C-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, BB E3B0B0BB %% R11=BB
-filler- B2ACFF00
abc r11,r11, D2 E2ABB0D2 %% R11=R11+D2=18D
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 18C-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"A......o ) [starts with space; two ...; ends with space]
Box 3: (?"X...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 18C-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, BB E3B0B0BB %% R11=BB
-filler- B2ACFF00
abc r11,r11, D2 E2ABB0D2 %% R11=R11+D2=18D
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 18C-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"A......o ) [starts with space; two ...; ends with space]
Box 3: (?"X...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 18C-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
D3<XX<FF
For English versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, D4 E3B0B0D4 %% R11=D4
-filler- B2ACFF00
abc r11,r11, EE E2ABB0EE %% R11=R11+EE=1C2
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 1C1-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"Z......o ) [starts with space; two ...; ends with space]
Box 3: (?"z...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 1C1-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, D4 E3B0B0D4 %% R11=D4
-filler- B2ACFF00
abc r11,r11, EE E2ABB0EE %% R11=R11+EE=1C2
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 1C1-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"Z......o ) [starts with space; two ...; ends with space]
Box 3: (?"z...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 1C1-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, D4 E3B0B0D4 %% R11=D4
-filler- B2ACFF00
abc r11,r11, EE E2ABB0EE %% R11=R11+EE=1C2
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 1C1-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"Z......o ) [starts with space; two ...; ends with space]
Box 3: (?"z...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 1C1-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, D4 E3B0B0D4 %% R11=D4
-filler- B2ACFF00
abc r11,r11, EE E2ABB0EE %% R11=R11+EE=1C2
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 1C1-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"Z......o ) [starts with space; two ...; ends with space]
Box 3: (?"z...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 1C1-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For French versions:
sbc r12,pc,** E2CFC1°° %% R12=PC-** °°=D0, **=34 on emulator, °°=D8, **=36 on console
sbc r12,r12,A500 E2CCCCA5 %% R12=R12-A500
-filler- B2AC00FF
movs r11, D4 E3B0B0D4 %% R11=D4
-filler- B2ACFF00
abc r11,r11, EE E2ABB0EE %% R11=R11+EE=1C2
-filler- BFFF0000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=XX YY = 1C1-XX
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12, C00]! E5ECBBA1
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*GUn4RRn) * = V on emulator, d on console
Box 2: ( ?"Z......o ) [starts with space; two ...; ends with space]
Box 3: (?"z...!n ) [righty "; one ...; ends with two spaces]
Box 4: (E*...Qn ) [ends with three spaces] index of * = 1C1-XX
Box 5: (E ) [ends with seven spaces]
Box 6: (E ) [ends with seven spaces]
Box 7: (?"0Axq ) [righty "; zero; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________
This code will allow you to put any move in any slot of your second party slot Pokémon without having to ever open you Pokémon summary. This also means that teaching unsketchable moves and glitch moves that crash the game when seen will no longer be a problem: thanks to the fact that you can choose the destination slot of the new move you'll be able to teach a full moveset of unstable moves and even teach the same move more than once (can be useful for some double corrupions)
Instructions (make sure you can execute two codes in a row without using the Tower Cloning glitch):
1) Put the Pokémon you want to modify in your second party slot. Write box names for "Code 1" and save the game. You can softreset if
you want but it is not mandatory.
2) Enter Mauville's Pokémon Center and execute "Code 1" inside of it.
3) Change box names for "Code 2" and execute it right after, without ever exiting the Pokémon Center. Do not save nor softreset between
the two executions.
4) Press A on the man sitting in the up-left corner of the room: you should not get any evident effect (no text, no pause...).
5) If everything worked properly, the Pokémon in your second party slot should have the desired move in the desired slot: save the
game.
5 bis) If you're trying to teach an unstable glitch move, checking if the code actually worked or not may not be that easy but if the
interaction with the NPC caused no evident effect and you got no crash/freeze the chance of the code still being wrong are
really slim: you can save the game with almost no concern. After saving, check if the move is actually there: this will crash
your game but that's not a problem anymore
Box names will be different depending on the index number of move you want. Index number is a four digit hexadecimal value which, for this code, will be represented by the generic value YyXx(hex). The value of Y, y, X and x will be used to write box names.
Example: Psycho Boost is 354(dex)=0162(hex) thus Y=0, y=1, X=6, x=2
You can find a list of regular moves by index number here: https://bulbapedia.bulbagarden.net/wiki/List_of_moves
All glitch moves can be obtained as well
Index to character table
A1=0
A2=1
A3=2
A4=3
A5=4
A6=5
A7=6
A8=7
A9=8
AA=9
AB=!
AC=?
AD=.
AE=-
B0=...
B1=lefty " (« on French Emerald)
B2=righty " (» on French Emerald)
B3=lefty '
B4=righty '
B5=♂
B6=♀
B8=,
BA=/
BB=A
BC=B
BD=C
BE=D
BF=E
C0=F
C1=G
C2=H
C3=I
C4=J
C5=K
C6=L
C7=M
C8=N
C9=O
CA=P
CB=Q
CC=R
CD=S
CE=T
CF=U
D0=V
D1=W
D2=X
D3=Y
D4=Z
D5=a
D6=b
D7=c
D8=d
D9=e
DA=f
DB=g
DC=h
DD=i
DE=j
DF=k
E0=l
E1=m
E2=n
E3=o
E4=p
E5=q
E6=r
E7=s
E8=t
E9=u
EA=v
EB=w
EC=x
ED=y
EE=z
_____________________________________________________________________________________________________________________________________
| |
| Code 1 |
|_____________________________________________________________________________________________________________________________________|
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r11, C70 E3B0BEC7 %% R11=C70
-filler- B2AC00FF
adc r11,r11, Cx000000 E2ABB4Cx %% R11=R11+Cx000000=Cx000C70
-filler- B2ACFF00
adc r11,r11, *000000D E2ABB2D* %% R11=R11+*000000D=Xx000C7D * = rightmost (1X-C)
-filler- BFFF0000
sbc r11,r11, B00 E2CBBEB0 %% R11=R11-B00-1=Xx00017C
-filler- FF000000
abc r11,r11, CF0000 E2ABB8CF %% R11=R11+CF0000=XxCF017C
sbc r11,r11, C*0000 E2CBB8C* %% R11=R11-C*0000-1=Xx0Z017B * = F-slot
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUnMD...o) [lefty '; one ...]
Box 2: ( ?"*'!n ) [starts with space; righty "; righty '; ends with space] index of * = Cx
Box 3: (?"*"!n ) [righty "; righty "; ends with two spaces]
* = Z when X=0; a when X=1; b when X=2; c when X=3; d when X=4; e when X=5; f when X=6; g when X=7; h when X=8, i when X=9, j when X=A; k when X=B; V when X=C; W when X=D; X when X=E; Y when X=F
Box 4: (E...DQn ) [one ...; ends with three spaces]
Box 5: (U,!n*,Qn) * = U when move_slot=1; T when move_slot=2; S when move_slot=3; R when move_slot=4
Box 6: (E ) [ends with seven spaces]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r11, C70 E3B0BEC7 %% R11=C70
-filler- B2AC00FF
adc r11,r11, Cx000000 E2ABB4Cx %% R11=R11+Cx000000=Cx000C70
-filler- B2ACFF00
adc r11,r11, *000000D E2ABB2D* %% R11=R11+*000000D=Xx000C7D * = rightmost (1X-C)
-filler- BFFF0000
sbc r11,r11, B00 E2CBBEB0 %% R11=R11-B00-1=Xx00017C
-filler- FF000000
abc r11,r11, CF0000 E2ABB8CF %% R11=R11+CF0000=XxCF017C
sbc r11,r11, C*0000 E2CBB8C* %% R11=R11-C*0000-1=Xx0Z017B * = F-slot
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUnMD...o) [lefty '; one ...]
Box 2: ( ?"*'!n ) [starts with space; righty "; righty '; ends with space] index of * = Cx
Box 3: (?"*"!n ) [righty "; righty "; ends with two spaces]
* = Z when X=0; a when X=1; b when X=2; c when X=3; d when X=4; e when X=5; f when X=6; g when X=7; h when X=8, i when X=9, j when X=A; k when X=B; V when X=C; W when X=D; X when X=E; Y when X=F
Box 4: (E...DQn ) [one ...; ends with three spaces]
Box 5: (U,!n*,Qn) * = U when move_slot=1; T when move_slot=2; S when move_slot=3; R when move_slot=4
Box 6: (E ) [ends with seven spaces]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r11, C70 E3B0BEC7 %% R11=C70
-filler- B2AC00FF
adc r11,r11, Cx000000 E2ABB4Cx %% R11=R11+Cx000000=Cx000C70
-filler- B2ACFF00
adc r11,r11, *000000D E2ABB2D* %% R11=R11+*000000D=Xx000C7D * = rightmost (1X-C)
-filler- BFFF0000
sbc r11,r11, B00 E2CBBEB0 %% R11=R11-B00-1=Xx00017C
-filler- FF000000
abc r11,r11, CF0000 E2ABB8CF %% R11=R11+CF0000=XxCF017C
sbc r11,r11, C*0000 E2CBB8C* %% R11=R11-C*0000-1=Xx0Z017B * = F-slot
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUnMD...o) [lefty '; one ...]
Box 2: ( ?"*'!n ) [starts with space; righty "; righty '; ends with space] index of * = Cx
Box 3: (?"*"!n ) [righty "; righty "; ends with two spaces]
* = Z when X=0; a when X=1; b when X=2; c when X=3; d when X=4; e when X=5; f when X=6; g when X=7; h when X=8, i when X=9, j when X=A; k when X=B; V when X=C; W when X=D; X when X=E; Y when X=F
Box 4: (E...DQn ) [one ...; ends with three spaces]
Box 5: (U,!n*,Qn) * = U when move_slot=1; T when move_slot=2; S when move_slot=3; R when move_slot=4
Box 6: (E ) [ends with seven spaces]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r11, C70 E3B0BEC7 %% R11=C70
-filler- B2AC00FF
adc r11,r11, Cx000000 E2ABB4Cx %% R11=R11+Cx000000=Cx000C70
-filler- B2ACFF00
adc r11,r11, *000000D E2ABB2D* %% R11=R11+*000000D=Xx000C7D * = rightmost (1X-C)
-filler- BFFF0000
sbc r11,r11, B00 E2CBBEB0 %% R11=R11-B00-1=Xx00017C
-filler- FF000000
abc r11,r11, CF0000 E2ABB8CF %% R11=R11+CF0000=XxCF017C
sbc r11,r11, C*0000 E2CBB8C* %% R11=R11-C*0000-1=Xx0Z017B * = F-slot
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUnMD...o) [lefty '; one ...]
Box 2: ( ?"*'!n ) [starts with space; righty "; righty '; ends with space] index of * = Cx
Box 3: (?"*"!n ) [righty "; righty "; ends with two spaces]
* = Z when X=0; a when X=1; b when X=2; c when X=3; d when X=4; e when X=5; f when X=6; g when X=7; h when X=8, i when X=9, j when X=A; k when X=B; V when X=C; W when X=D; X when X=E; Y when X=F
Box 4: (E...DQn ) [one ...; ends with three spaces]
Box 5: (U,!n*,Qn) * = U when move_slot=1; T when move_slot=2; S when move_slot=3; R when move_slot=4
Box 6: (E ) [ends with seven spaces]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r11, C70 E3B0BEC7 %% R11=C70
-filler- B2AC00FF
adc r11,r11, Cx000000 E2ABB4Cx %% R11=R11+Cx000000=Cx000C70
-filler- B2ACFF00
adc r11,r11, *000000D E2ABB2D* %% R11=R11+*000000D=Xx000C7D * = rightmost (1X-C)
-filler- BFFF0000
sbc r11,r11, B00 E2CBBEB0 %% R11=R11-B00-1=Xx00017C
-filler- FF000000
abc r11,r11, CF0000 E2ABB8CF %% R11=R11+CF0000=XxCF017C
sbc r11,r11, C*0000 E2CBB8C* %% R11=R11-C*0000-1=Xx0Z017B * = F-slot
-filler- 0000BFFF
-filler- 00000000
-filler- B2ACFF00
strt r11, [r12]! E5ACB000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUnMD...o) [lefty '; one ...]
Box 2: ( ?"*'!n ) [starts with space; righty "; righty '; ends with space] index of * = Cx
Box 3: (?"*"!n ) [righty "; righty "; ends with two spaces]
* = Z when X=0; a when X=1; b when X=2; c when X=3; d when X=4; e when X=5; f when X=6; g when X=7; h when X=8, i when X=9, j when X=A; k when X=B; V when X=C; W when X=D; X when X=E; Y when X=F
Box 4: (E...DQn ) [one ...; ends with three spaces]
Box 5: (U,!n*,Qn) * = U when move_slot=1; T when move_slot=2; S when move_slot=3; R when move_slot=4
Box 6: (E ) [ends with seven spaces]
Box 7: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
_____________________________________________________________________________________________________________________________________
| |
| Code 2 |
|_____________________________________________________________________________________________________________________________________|
For English versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r11, Cy E3B0B0Cy %% R11=Cy
-filler- B2AC00FF
abc r11,r11, C*0 E2ABBEC* %% R11=R11+C*0=°Yy * = rightmost(1Y-C); ° = C when Y=C-F, D when Y=0-B
-filler- B2ACFF00
abc r11,r11, C*00 E2ABBCC* %% R11=R11+C*00=D2Yy * = 6 when Y=C-F, 5 when Y=0-B
-filler- BFFF0000
abc r11,r11, C3000 E2ABBAC3 %% R11=R11+C3000=D02Yy
-filler- FF000000
strh r11 [r12, *] E1CCB0B* * = 2 on emulator, 4 on console
sbc r12,r12, ED E2CCC0ED %% R12=R12-ED
-filler- B2AC00FF
sbc r11,r12, CC E2CCB0CC %% R11=R12-CC
-filler- B2ACFF00
strt r12, [r11]! E5ABC000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
sbc r12,lr, 2C40 E2CECDB1 %% R12=LR-2C40-1
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r12,r12 3FC0 E2ACCDFF %% R12=R12+3FC0
sbc r0,r12, B0 E2CC00B0 %% R0=R12-B0-1=????ENG
Box names:
Box 1: ('RUn*......o) [lefty '; two ...] index of * = Cy
Box 2: ( ?"*D!n ) [starts with space; righty "; ends with space]
* = J when Y=0; K when Y=1; L when Y=2; M when Y=3; N when Y=4; O [upper case o] when Y=5; P when Y=6; Q when Y=7; R when Y=8, S when Y=9, T when Y=A; U when Y=B; F when Y=C; G when Y=D; H when Y=E; I [upper case i] when Y=F
Box 3: (?"*B!n ) [righty "; ends with two spaces] * = L when Y=C-F, K when Y=0-B
Box 4: (EI/!n ) [upper case i; ends with three spaces]
Box 5: (*...RmyFRn) [one ...] * = " [righty "] on emulator, ' [righty ']console
Box 6: ( ?"R...Rn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?" F!q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E"STn ) [lefty "; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: (S?n... Rn ) [one ...; one space after ...; ends with space]
_______________________________
For Italian versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r11, Cy E3B0B0Cy %% R11=Cy
-filler- B2AC00FF
abc r11,r11, C*0 E2ABBEC* %% R11=R11+C*0=°Yy * = rightmost(1Y-C); ° = C when Y=C-F, D when Y=0-B
-filler- B2ACFF00
abc r11,r11, C*00 E2ABBCC* %% R11=R11+C*00=D2Yy * = 6 when Y=C-F, 5 when Y=0-B
-filler- BFFF0000
abc r11,r11, C3000 E2ABBAC3 %% R11=R11+C3000=D02Yy
-filler- FF000000
strh r11 [r12, *] E1CCB0B* * = 2 on emulator, 4 on console
sbc r12,r12, ED E2CCC0ED %% R12=R12-ED
-filler- B2AC00FF
sbc r11,r12, CC E2CCB0CC %% R11=R12-CC
-filler- B2ACFF00
strt r12, [r11]! E5ABC000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E00 E2AECEE0 %% R12=LR+E00
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, DE E2AC00DE %% R0=R12+DE=????ITA
Box names:
Box 1: ('RUn*......o) [lefty '; two ...] index of * = Cy
Box 2: ( ?"*D!n ) [starts with space; righty "; ends with space]
* = J when Y=0; K when Y=1; L when Y=2; M when Y=3; N when Y=4; O [upper case o] when Y=5; P when Y=6; Q when Y=7; R when Y=8, S when Y=9, T when Y=A; U when Y=B; F when Y=C; G when Y=D; H when Y=E; I [upper case i] when Y=F
Box 3: (?"*B!n ) [righty "; ends with two spaces] * = L when Y=C-F, K when Y=0-B
Box 4: (EI/!n ) [upper case i; ends with three spaces]
Box 5: (*...RmyFRn) [one ...] * = " [righty "] on emulator, ' [righty ']console
Box 6: ( ?"R...Rn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?" F!q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (ElT-n ) [lower case L; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"j ?n ) [starts with space, righty "; one space after j; ends with space]
_______________________________
For German versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r11, Cy E3B0B0Cy %% R11=Cy
-filler- B2AC00FF
abc r11,r11, C*0 E2ABBEC* %% R11=R11+C*0=°Yy * = rightmost(1Y-C); ° = C when Y=C-F, D when Y=0-B
-filler- B2ACFF00
abc r11,r11, C*00 E2ABBCC* %% R11=R11+C*00=D2Yy * = 6 when Y=C-F, 5 when Y=0-B
-filler- BFFF0000
abc r11,r11, C3000 E2ABBAC3 %% R11=R11+C3000=D02Yy
-filler- FF000000
strh r11 [r12, *] E1CCB0B* * = 2 on emulator, 4 on console
sbc r12,r12, ED E2CCC0ED %% R12=R12-ED
-filler- B2AC00FF
sbc r11,r12, CC E2CCB0CC %% R11=R12-CC
-filler- B2ACFF00
strt r12, [r11]! E5ABC000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????GER
Box names:
Box 1: ('RUn*......o) [lefty '; two ...] index of * = Cy
Box 2: ( ?"*D!n ) [starts with space; righty "; ends with space]
* = J when Y=0; K when Y=1; L when Y=2; M when Y=3; N when Y=4; O [upper case o] when Y=5; P when Y=6; Q when Y=7; R when Y=8, S when Y=9, T when Y=A; U when Y=B; F when Y=C; G when Y=D; H when Y=E; I [upper case i] when Y=F
Box 3: (?"*B!n ) [righty "; ends with two spaces] * = L when Y=C-F, K when Y=0-B
Box 4: (EI/!n ) [upper case i; ends with three spaces]
Box 5: (*...RmyFRn) [one ...] * = " [righty "] on emulator, ' [righty ']console
Box 6: ( ?"R...Rn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?" F!q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r11, Cy E3B0B0Cy %% R11=Cy
-filler- B2AC00FF
abc r11,r11, C*0 E2ABBEC* %% R11=R11+C*0=°Yy * = rightmost(1Y-C); ° = C when Y=C-F, D when Y=0-B
-filler- B2ACFF00
abc r11,r11, C*00 E2ABBCC* %% R11=R11+C*00=D2Yy * = 6 when Y=C-F, 5 when Y=0-B
-filler- BFFF0000
abc r11,r11, C3000 E2ABBAC3 %% R11=R11+C3000=D02Yy
-filler- FF000000
strh r11 [r12, *] E1CCB0B* * = 2 on emulator, 4 on console
sbc r12,r12, ED E2CCC0ED %% R12=R12-ED
-filler- B2AC00FF
sbc r11,r12, CC E2CCB0CC %% R11=R12-CC
-filler- B2ACFF00
strt r12, [r11]! E5ABC000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E10 E2AECEE1 %% R12=LR+E10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=????SPA
Box names:
Box 1: ('RUn*......o) [lefty '; two ...] index of * = Cy
Box 2: ( ?"*D!n ) [starts with space; righty "; ends with space]
* = J when Y=0; K when Y=1; L when Y=2; M when Y=3; N when Y=4; O [upper case o] when Y=5; P when Y=6; Q when Y=7; R when Y=8, S when Y=9, T when Y=A; U when Y=B; F when Y=C; G when Y=D; H when Y=E; I [upper case i] when Y=F
Box 3: (?"*B!n ) [righty "; ends with two spaces] * = L when Y=C-F, K when Y=0-B
Box 4: (EI/!n ) [upper case i; ends with three spaces]
Box 5: (*...RmyFRn) [one ...] * = " [righty "] on emulator, ' [righty ']console
Box 6: ( ?"R...Rn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?" F!q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EmT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc, B300 E2CFCCB3 %% R12=PC-B300
movs r11, Cy E3B0B0Cy %% R11=Cy
-filler- B2AC00FF
abc r11,r11, C*0 E2ABBEC* %% R11=R11+C*0=°Yy * = rightmost(1Y-C); ° = C when Y=C-F, D when Y=0-B
-filler- B2ACFF00
abc r11,r11, C*00 E2ABBCC* %% R11=R11+C*00=D2Yy * = 6 when Y=C-F, 5 when Y=0-B
-filler- BFFF0000
abc r11,r11, C3000 E2ABBAC3 %% R11=R11+C3000=D02Yy
-filler- FF000000
strh r11 [r12, *] E1CCB0B* * = 2 on emulator, 4 on console
sbc r12,r12, ED E2CCC0ED %% R12=R12-ED
-filler- B2AC00FF
sbc r11,r12, CC E2CCB0CC %% R11=R12-CC
-filler- B2ACFF00
strt r12, [r11]! E5ABC000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, E30 E2AECEE3 %% R12=LR+E30
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, E2 E2AC00E2 %% R0=R12+E2=????FRA
Box names:
Box 1: ('RUn*......o) [lefty '; two ...] index of * = Cy
Box 2: ( ?"*D!n ) [starts with space; righty "; ends with space]
* = J when Y=0; K when Y=1; L when Y=2; M when Y=3; N when Y=4; O [upper case o] when Y=5; P when Y=6; Q when Y=7; R when Y=8, S when Y=9, T when Y=A; U when Y=B; F when Y=C; G when Y=D; H when Y=E; I [upper case i] when Y=F
Box 3: (?"*B!n ) [righty "; ends with two spaces] * = L when Y=C-F, K when Y=0-B
Box 4: (EI/!n ) [upper case i; ends with three spaces]
Box 5: (*...RmyFRn) [one ...] * = " [righty "] on emulator, ' [righty ']console
Box 6: ( ?"R...Rn ) [starts with space; righty "; one ...; ends with space]
Box 7: (?" F!q ) [righty "; one space after "; ends with two spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EoT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"n ?n ) [starts with space, righty "; one space after n; ends with space]
_______________________________________________________________________________________________________________________________________
Instructions: execute the two codes in order. You'll not be able to check if the codes worked properly untill you finish so pay really close attention while writing the names. In "Code 2", box names will be different depending on the value XX, which is the hexadecimal index number of the Pokémon you want to find in tall grass. Since this code is only ment for EV Training, not all species are available: a list of the available Pokémon can be found below, in the "Needed EVs-to-index table" (choose the Pokémon that gives you the amount and type of EVs you want)
You'll see how to use this value directly in "Code 2"
After the execution of the two codes, if you enter a battle in the tall grass in Route 101 you'll find the Pokémon you're aiming for at Lv.0 with Memento as its only move. Thanks to the really low level, you'll gain almost no experience. Thanks to Memento, you'll not need to defeat the Pokémon: the opponent will KO itself gifting you with EVs.
If your game has a working internal battery, the effect of this code will last for 11 days.
If your game has a dry internal battery, the effect of this code will be permanent.
If you want to delete the effects of "Code 1" and "Code 2" use "Clear code" (last code of this document)
While this effect is active, if you want to change your target species you don't need to execute "Code 1" executing "Code 2" with a different XX value will be enough
Needed EVs-to-index table
HP EVs: 1 Nidoran♀ (XX = 1D), 2 Nidorina (XX = 1E), 3 Nidoqueen (XX = 1F)
Attack EVs: 1 Nidoran♂ (XX = 20), 2 Nidorino (XX = 21), 3 Nidoking (XX = 22)
Defense EVs: 1 Sandshrew (XX = 1B), 2 Sandslash (XX = 1C), 3 Poliwrath (XX = 3E)
Special Attack EVs: 1 Oddish (XX = 2B), 2 Gloom (XX = 2C), 3 Vileplume (XX = 2D)
Special Defense EVs: 1 Venonat (XX = 30), 2 Tentacruel (XX = 49), 3 Blastoise (XX = 09)
Speed EVs: 1 Pidgey (XX = 10), 2 Pidgeotto (XX = 11), 3 Pidgeot (XX = 12)
Index to character table
A1=0
A2=1
A3=2
A4=3
A5=4
A6=5
A7=6
A8=7
A9=8
AA=9
AB=!
AC=?
AD=.
AE=-
B0=...
B1=lefty " (« on French Emerald)
B2=righty " (» on French Emerald)
B3=lefty '
B4=righty '
B5=♂
B6=♀
B8=,
BA=/
BB=A
BC=B
BD=C
BE=D
BF=E
C0=F
C1=G
C2=H
C3=I
C4=J
C5=K
C6=L
C7=M
C8=N
C9=O
CA=P
CB=Q
CC=R
CD=S
CE=T
CF=U
D0=V
D1=W
D2=X
D3=Y
D4=Z
D5=a
D6=b
D7=c
D8=d
D9=e
DA=f
DB=g
DC=h
DD=i
DE=j
DF=k
E0=l
E1=m
E2=n
E3=o
E4=p
E5=q
E6=r
E7=s
E8=t
E9=u
EA=v
EB=w
EC=x
ED=y
EE=z
_____________________________________________________________________________________________________________________________________
| |
| Code 1 |
|_____________________________________________________________________________________________________________________________________|
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B0 on emulator, B2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, 36400 E3B0BBD9 %% R11=36400
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
adc r11,r11, A600 E2ABBCA6 %% R11=R11+A600=40A00
-filler- FF000000
sbc r12,r12, B E2CCC2B0 %% R12=R12-B-1
strh r11, [r12] E1CCB0B0
movs r11, C000003F E3B0B1FF %% R11=C000003F
adcs r11,r11, C6 E2BBB0C6 %% R11=R11+C6+1=C0000106
-filler- 0000FF00
strh r11, [r12, 2] E1CCB0B2
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*FUn0RRn) [zero] * = ... [one ...] on emulator, " [righty "] on console
Box 2: ( ?"eA...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 4: (E5B!n ) [ends with three spaces]
Box 5: (...HRn......Rm) [starts with spaceone ...; two ...]
Box 6: ("...oL...An ) [lefty "; one ...; one ...; ends with space]
Box 7: ( "...Rm ) [starts with two spaces; righty "; one ...; ends with two spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B0 on emulator, B2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, 36400 E3B0BBD9 %% R11=36400
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
adc r11,r11, A600 E2ABBCA6 %% R11=R11+A600=40A00
-filler- FF000000
sbc r12,r12, B E2CCC2B0 %% R12=R12-B-1
strh r11, [r12] E1CCB0B0
movs r11, C000003F E3B0B1FF %% R11=C000003F
adcs r11,r11, C6 E2BBB0C6 %% R11=R11+C6+1=C0000106
-filler- 0000FF00
strh r11, [r12, 2] E1CCB0B2
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*FUn0RRn) [zero] * = ... [one ...] on emulator, " [righty "] on console
Box 2: ( ?"eA...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 4: (E5B!n ) [ends with three spaces]
Box 5: (...HRn......Rm) [starts with spaceone ...; two ...]
Box 6: ("...oL...An ) [lefty "; one ...; one ...; ends with space]
Box 7: ( "...Rm ) [starts with two spaces; righty "; one ...; ends with two spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B0 on emulator, B2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, 36400 E3B0BBD9 %% R11=36400
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
adc r11,r11, A600 E2ABBCA6 %% R11=R11+A600=40A00
-filler- FF000000
sbc r12,r12, B E2CCC2B0 %% R12=R12-B-1
strh r11, [r12] E1CCB0B0
movs r11, C000003F E3B0B1FF %% R11=C000003F
adcs r11,r11, C6 E2BBB0C6 %% R11=R11+C6+1=C0000106
-filler- 0000FF00
strh r11, [r12, 2] E1CCB0B2
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*FUn0RRn) [zero] * = ... [one ...] on emulator, " [righty "] on console
Box 2: ( ?"eA...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 4: (E5B!n ) [ends with three spaces]
Box 5: (...HRn......Rm) [starts with spaceone ...; two ...]
Box 6: ("...oL...An ) [lefty "; one ...; one ...; ends with space]
Box 7: ( "...Rm ) [starts with two spaces; righty "; one ...; ends with two spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B0 on emulator, B2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, 36400 E3B0BBD9 %% R11=36400
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
adc r11,r11, A600 E2ABBCA6 %% R11=R11+A600=40A00
-filler- FF000000
sbc r12,r12, B E2CCC2B0 %% R12=R12-B-1
strh r11, [r12] E1CCB0B0
movs r11, C000003F E3B0B1FF %% R11=C000003F
adcs r11,r11, C6 E2BBB0C6 %% R11=R11+C6+1=C0000106
-filler- 0000FF00
strh r11, [r12, 2] E1CCB0B2
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*FUn0RRn) [zero] * = ... [one ...] on emulator, " [righty "] on console
Box 2: ( ?"eA...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 4: (E5B!n ) [ends with three spaces]
Box 5: (...HRn......Rm) [starts with spaceone ...; two ...]
Box 6: ("...oL...An ) [lefty "; one ...; one ...; ends with space]
Box 7: ( "...Rm ) [starts with two spaces; righty "; one ...; ends with two spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after a; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = B0 on emulator, B2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, 36400 E3B0BBD9 %% R11=36400
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
adc r11,r11, A600 E2ABBCA6 %% R11=R11+A600=40A00
-filler- FF000000
sbc r12,r12, B E2CCC2B0 %% R12=R12-B-1
strh r11, [r12] E1CCB0B0
movs r11, C000003F E3B0B1FF %% R11=C000003F
adcs r11,r11, C6 E2BBB0C6 %% R11=R11+C6+1=C0000106
-filler- 0000FF00
strh r11, [r12, 2] E1CCB0B2
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*FUn0RRn) [zero] * = ... [one ...] on emulator, " [righty "] on console
Box 2: ( ?"eA...o ) [starts with space; righty "; one ...; ends with space]
Box 3: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 4: (E5B!n ) [ends with three spaces]
Box 5: (...HRn......Rm) [starts with spaceone ...; two ...]
Box 6: ("...oL...An ) [lefty "; one ...; one ...; ends with space]
Box 7: ( "...Rm ) [starts with two spaces; righty "; one ...; ends with two spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________________________________________________________________________________________________
Result: 0A000000 00000106 00000000 00036400
_____________________________________________________________________________________________________________________________________
| |
| Code 2 |
|_____________________________________________________________________________________________________________________________________|
The value XX is the hexadecimal index number of the Pokémon you're aiming for, find your XX in "Needed EVs-to-index table", at the beginning of this document
Input the value XX to find out the index of * you need. Find out what * actually is by using the index-to-character table you find at the beginning of this document
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
movs r11, FF E3B0B0FF %% R11=FF
adc r11, D00000 E2ABB8D0 %% R11=R11+D00000=D000FF
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=1000FF
-filler- BFFF0000
sbc r11,r11, B E2CBB2B0 %% R11=R11-B-1=1000F3
-filler- FF000000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=1000XX YY=F2-XX
strt r11, [r12, C00]! E5ACBC00
-filler- B2AC00FF
movs r11, B00 E3B0BEB0 %% R11=B00
-filler- B2ACFF00
strh r11, [r12, 10] E1CCB1B0
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: (......oV,!n ) [two ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E..."Qn ) [one ...; righty "; ends with three spaces]
Box 5: (*...Qn B?q) [one ...; one space after n] index of * = F2-XX
Box 6: ( ?"...D...o ) [starts with space; righty "; one ...; one ...; ends with space]
Box 7: (?"..."Rm ) [righty "; one ...; lefy "; ends with two spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, D00000 E3B0B8D0 %% R11=D00000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=100000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=1000EE
-filler- FF000000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=1000XX YY=ED-XX
strt r11, [r12, C00]! E5ACBC00
-filler- B2AC00FF
movs r11, B00 E3B0BEB0 %% R11=B00
-filler- B2ACFF00
strh r11, [r12, 10] E1CCB1B0
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: (......oV,!n ) [two ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E..."Qn ) [one ...; righty "; ends with three spaces]
Box 5: (*...Qn B?q) [one ...; one space after n] index of * = F2-XX
Box 6: ( ?"...D...o ) [starts with space; righty "; one ...; one ...; ends with space]
Box 7: (?"..."Rm ) [righty "; one ...; lefy "; ends with two spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, D00000 E3B0B8D0 %% R11=D00000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=100000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=1000EE
-filler- FF000000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=1000XX YY=ED-XX
strt r11, [r12, C00]! E5ACBC00
-filler- B2AC00FF
movs r11, B00 E3B0BEB0 %% R11=B00
-filler- B2ACFF00
strh r11, [r12, 10] E1CCB1B0
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: (......oV,!n ) [two ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E..."Qn ) [one ...; righty "; ends with three spaces]
Box 5: (*...Qn B?q) [one ...; one space after n] index of * = F2-XX
Box 6: ( ?"...D...o ) [starts with space; righty "; one ...; one ...; ends with space]
Box 7: (?"..."Rm ) [righty "; one ...; lefy "; ends with two spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, D00000 E3B0B8D0 %% R11=D00000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=100000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=1000EE
-filler- FF000000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=1000XX YY=ED-XX
strt r11, [r12, C00]! E5ACBC00
-filler- B2AC00FF
movs r11, B00 E3B0BEB0 %% R11=B00
-filler- B2ACFF00
strh r11, [r12, 10] E1CCB1B0
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: (......oV,!n ) [two ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E..."Qn ) [one ...; righty "; ends with three spaces]
Box 5: (*...Qn B?q) [one ...; one space after n] index of * = F2-XX
Box 6: ( ?"...D...o ) [starts with space; righty "; one ...; one ...; ends with space]
Box 7: (?"..."Rm ) [righty "; one ...; lefy "; ends with two spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after a; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, D00000 E3B0B8D0 %% R11=D00000
-filler- B2ACFF00
bic r11,r11, C00000 E3CBB8C0 %% R11=R11 and notC00000=100000
-filler- BFFF0000
adc r11,r11, EE E2ABB0EE %% R11=R11+EE=1000EE
-filler- FF000000
sbc r11,r11, YY E2CBB0YY %% R11=R11-YY-1=1000XX YY=ED-XX
strt r11, [r12, C00]! E5ACBC00
-filler- B2AC00FF
movs r11, B00 E3B0BEB0 %% R11=B00
-filler- B2ACFF00
strh r11, [r12, 10] E1CCB1B0
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: (......oV,!n ) [two ...; ends with space]
Box 3: (?"F,Qo ) [righty "; ends with two spaces]
Box 4: (E..."Qn ) [one ...; righty "; ends with three spaces]
Box 5: (*...Qn B?q) [one ...; one space after n] index of * = F2-XX
Box 6: ( ?"...D...o ) [starts with space; righty "; one ...; one ...; ends with space]
Box 7: (?"..."Rm ) [righty "; one ...; lefy "; ends with two spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________________________________________________________________________________________________
Result: 001000XX 0A000000 00000106 00000000 0B006400
_____________________________________________________________________________________________________________________________________
| |
| Clear code |
|_____________________________________________________________________________________________________________________________________|
Use if you want to delete the effect of the other two codes code
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, 0 E3B0B000 %% R11=0
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
strh r11, [r12, 4] E1CCB0B4
-filler- FF000000
strh r11, [r12, 6] E1CCB0B6
strh r11, [r12, E] E1CCB0BE
-filler- B2AC00FF
strh r11, [r12, 10] E1CCB1B0
-filler- B2ACFF00
-filler- 00000000
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?" ......o ) [starts with space; righty "; one space after "; two ...; ends with space]
Box 3: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 4: (E'...Rm ) [righty '; one ...; ends with three spaces]
Box 5: (♀...RmD...Rm) [one ...; one ...]
Box 6: ( ?"..."Rm ) [starts with space; righty "; one ...; lefty "; ends with space]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, 0 E3B0B000 %% R11=0
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
strh r11, [r12, 4] E1CCB0B4
-filler- FF000000
strh r11, [r12, 6] E1CCB0B6
strh r11, [r12, E] E1CCB0BE
-filler- B2AC00FF
strh r11, [r12, 10] E1CCB1B0
-filler- B2ACFF00
-filler- 00000000
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?" ......o ) [starts with space; righty "; one space after "; two ...; ends with space]
Box 3: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 4: (E'...Rm ) [righty '; one ...; ends with three spaces]
Box 5: (♀...RmD...Rm) [one ...; one ...]
Box 6: ( ?"..."Rm ) [starts with space; righty "; one ...; lefty "; ends with space]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, 0 E3B0B000 %% R11=0
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
strh r11, [r12, 4] E1CCB0B4
-filler- FF000000
strh r11, [r12, 6] E1CCB0B6
strh r11, [r12, E] E1CCB0BE
-filler- B2AC00FF
strh r11, [r12, 10] E1CCB1B0
-filler- B2ACFF00
-filler- 00000000
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?" ......o ) [starts with space; righty "; one space after "; two ...; ends with space]
Box 3: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 4: (E'...Rm ) [righty '; one ...; ends with three spaces]
Box 5: (♀...RmD...Rm) [one ...; one ...]
Box 6: ( ?"..."Rm ) [starts with space; righty "; one ...; lefty "; ends with space]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, 0 E3B0B000 %% R11=0
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
strh r11, [r12, 4] E1CCB0B4
-filler- FF000000
strh r11, [r12, 6] E1CCB0B6
strh r11, [r12, E] E1CCB0BE
-filler- B2AC00FF
strh r11, [r12, 10] E1CCB1B0
-filler- B2ACFF00
-filler- 00000000
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?" ......o ) [starts with space; righty "; one space after "; two ...; ends with space]
Box 3: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 4: (E'...Rm ) [righty '; one ...; ends with three spaces]
Box 5: (♀...RmD...Rm) [one ...; one ...]
Box 6: ( ?"..."Rm ) [starts with space; righty "; one ...; lefty "; ends with space]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after a; ends with space]
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** ** = C0 on emulator, C2 on console
sbc r12,r12, A100 E2CCCCA1 %% R12=R12-A100
-filler- B2AC00FF
movs r11, 0 E3B0B000 %% R11=0
-filler- B2ACFF00
strt r11, [r12, C00]! E5ACBC00
-filler- BFFF0000
strh r11, [r12, 4] E1CCB0B4
-filler- FF000000
strh r11, [r12, 6] E1CCB0B6
strh r11, [r12, E] E1CCB0BE
-filler- B2AC00FF
strh r11, [r12, 10] E1CCB1B0
-filler- B2ACFF00
-filler- 00000000
-filler- 00FF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*FUn0RRn) [zero] * = F on emulator, H on console
Box 2: ( ?" ......o ) [starts with space; righty "; one space after "; two ...; ends with space]
Box 3: (?" B?q ) [righty "; one space after "; ends with two spaces]
Box 4: (E'...Rm ) [righty '; one ...; ends with three spaces]
Box 5: (♀...RmD...Rm) [one ...; one ...]
Box 6: ( ?"..."Rm ) [starts with space; righty "; one ...; lefty "; ends with space]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: ( mFlo ) [starts with space; lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
Codes to change TID or SID
Here you can find a list of codes, designed to be executed with 0X0611 front animation ACE on Pokémon Emerald (non-JAP), that can be used if you want to chenge your TID or SID (or both).
First, take your desired decimal TID (or SID) and turn it into hexadecimal: it will be a four digits long value, xxXX
Depending on xx and XX you'll need to pick a different code format from the "Box names" list (example: 2AEE has xx=2A and XX=EE so the format will be the "01<xx<2F, BB<XX<EE" one).
Each format will be different depending on xx, XX, game language and value to change (TID or SID).
_______________________________________________________________________________________________________________________________________
Instructions:
-Pick the right format depending on xx and XX and on game language
-Each format will have some * that will represent a character which will vary depending on some conditions. Find the correct index
number (a two digits long hexadecimal value) of each * as explained, then find the character corresponding to that index number using
the list below: this will be the character you'll need to put in place of *
-Pay attention while writing codes, all characters must be exact, including spaces. All ambiguities should be cleared in the notes next
to the relative name
If you have any issue please contact me using Twitter (@Sleipnir_17), Discord (Sleipnir17#2146) or YouTube (https://www.youtube.com/channel/UCwip3k3SfjMlFMm2_ZTZStg?)
_______________________________________________________________________________________________________________________________________
Index number to character list:
Note: some languages have exclusive characters: you'll not need them to execute these codes so they're not listed
A1=0
A2=1
A3=2
A4=3
A5=4
A6=5
A7=6
A8=7
A9=8
AA=9
AB=!
AC=?
AD=.
AE=-
B0=...
B1=lefty " (« on French Emerald)
B2=righty " (» on French Emerald)
B3=lefty '
B4=righty '
B5=♂
B6=♀
B8=,
BB=A
BC=B
BD=C
BE=D
BF=E
C0=F
C1=G
C2=H
C3=I
C4=J
C5=K
C6=L
C7=M
C8=N
C9=O
CA=P
CB=Q
CC=R
CD=S
CE=T
CF=U
D0=V
D1=W
D2=X
D3=Y
D4=Z
D5=a
D6=b
D7=c
D8=d
D9=e
DA=f
DB=g
DC=h
DD=i
DE=j
DF=k
E0=l
E1=m
E2=n
E3=o
E4=p
E5=q
E6=r
E7=s
E8=t
E9=u
EA=v
EB=w
EC=x
ED=y
EE=z
_______________________________________________________________________________________________________________________________________
Box names:
Note for French users: everytime you see lefty " use « instead, everytime you see righty " use » instead
xx=00, XX=00
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?" ......o ) [righty "; space between " and ...; two ...; ends with two spaces]
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?"hT-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRob ?n) [space between b and ?]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?" ......o ) [righty "; space between " and ...; two ...; ends with two spaces]
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?",T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRoi Rn) [space between w and R]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?" ......o ) [righty "; space between " and ...; two ...; ends with two spaces]
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?"0T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRo7 ?n) [space between 7 and ?]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?" ......o ) [righty "; space between " and ...; two ...; ends with two spaces]
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?",T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRoa Rn) [space between a and R]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?" ......o ) [righty "; space between " and ...; two ...; ends with two spaces]
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?"0T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRoN ?n) [space between N and ?]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
xx=0, 01<XX<32
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (EhT-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"b ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"i Rn ) [starts with space; righty "; space between w and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"7 ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"a Rn ) [starts with space; righty "; space between a and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"N ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
xx=0, 33<XX<3F
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"-...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = AF+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (EhT-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"b ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"-...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = AF+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"i Rn ) [starts with space; righty "; space between w and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"-...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = AF+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"7 ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"-...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = AF+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"a Rn ) [starts with space; righty "; space between a and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"-...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = AF+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"N ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
xx=0, 40<4X<4F
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 80+XX
Box 4: (E......Fo ) [two ...; ends with three spaces]
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (EhT-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"b ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 80+XX
Box 4: (E......Fo ) [two ...; ends with three spaces]
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"i Rn ) [starts with space; righty "; space between w and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 80+XX
Box 4: (E......Fo ) [two ...; ends with three spaces]
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"7 ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 80+XX
Box 4: (E......Fo ) [two ...; ends with three spaces]
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"a Rn ) [starts with space; righty "; space between a and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 80+XX
Box 4: (E......Fo ) [two ...; ends with three spaces]
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"N ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
xx=0, 50<XX<5B
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?".......o ) [righty "; one . followed by two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 53+XX
Box 5: (...DQo......Rm) [one ...; two ...]
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (hT-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"b ?n ) [righty "; space between b and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?".......o ) [righty "; one . followed by two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 53+XX
Box 5: (...DQo......Rm) [one ...; two ...]
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"i Rn ) [righty "; space between w and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?".......o ) [righty "; one . followed by two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 53+XX
Box 5: (...DQo......Rm) [one ...; two ...]
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"7 ?n ) [righty "; space between 7 and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?".......o ) [righty "; one . followed by two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 53+XX
Box 5: (...DQo......Rm) [one ...; two ...]
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"a Rn ) [righty "; space between a and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?".......o ) [righty "; one . followed by two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 53+XX
Box 5: (...DQo......Rm) [one ...; two ...]
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"N ?n ) [righty "; space between N and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
xx=0, 5C<XX<8F
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (...DQo......Rm) [one ...; two ...]
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (hT-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"b ?n ) [righty "; space between b and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (...DQo......Rm) [one ...; two ...]
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"i Rn ) [righty "; space between w and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (...DQo......Rm) [one ...; two ...]
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"7 ?n ) [righty "; space between 7 and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (...DQo......Rm) [one ...; two ...]
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"a Rn ) [righty "; space between a and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (...DQo......Rm) [one ...; two ...]
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"N ?n ) [righty "; space between N and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
xx=0, 90<XX<BA
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (EhT-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"b ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"i Rn ) [starts with space; righty "; space between w and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"7 ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"a Rn ) [starts with space; righty "; space between a and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"N ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
xx=0, BB<XX<EE
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?"hT-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRob ?n) [space between b and ?]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?",T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRoi Rn) [space between w and R]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?"0T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRo7 ?n) [space between 7 and ?]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?",T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRoa Rn) [space between a and R]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?"0T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRoN ?n) [space between N and ?]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
xx=0, EF<XX<FF
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (EhT-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"b ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"i Rn ) [starts with space; righty "; space between w and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"7 ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"a Rn ) [starts with space; righty "; space between a and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"N ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
01<xx<2E, XX=0
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"VA...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = C0+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (EhT-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"b ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"VA...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = C0+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"i Rn ) [starts with space; righty "; space between w and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"VA...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = C0+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"7 ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"VA...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = C0+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"a Rn ) [starts with space; righty "; space between a and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"VA...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = C0+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"N ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
01<xx<2E, 01<XX<32
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
01<xx<2E, 33<XX<3F
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0...lo ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = A2+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0...lo ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = A2+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0...lo ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = A2+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0...lo ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = A2+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0...lo ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = A2+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
01<xx<2E, 40<4X<4F
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 80+XX
Box 4: (E......Qo ) [two ...; ends with three spaces]
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 80+XX
Box 4: (E......Qo ) [two ...; ends with three spaces]
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 80+XX
Box 4: (E......Qo ) [two ...; ends with three spaces]
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 80+XX
Box 4: (E......Qo ) [two ...; ends with three spaces]
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 80+XX
Box 4: (E......Qo ) [two ...; ends with three spaces]
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
01<xx<2E, 50<XX<5B
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?".......o ) [righty "; one . followed by two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 53+XX
Box 5: (VA!n*B!n)
-Index of * = BF+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?".......o ) [righty "; one . followed by two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 53+XX
Box 5: (VA!n*B!n)
-Index of * = BF+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?".......o ) [righty "; one . followed by two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 53+XX
Box 5: (VA!n*B!n)
-Index of * = BF+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?".......o ) [righty "; one . followed by two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 53+XX
Box 5: (VA!n*B!n)
-Index of * = BF+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?".......o ) [righty "; one . followed by two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 53+XX
Box 5: (VA!n*B!n)
-Index of * = BF+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
01<xx<2F, 5C<XX<8F
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (VA!n*B!n)
-Index of * = BF+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (VA!n*B!n)
-Index of * = BF+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (VA!n*B!n)
-Index of * = BF+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (VA!n*B!n)
-Index of * = BF+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (VA!n*B!n)
-Index of * = BF+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
01<xx<2E, 90<XX<BA
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L ;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L ;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L ;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L ;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L ;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
01<xx<2E, BB<XX<EE
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EVA!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = C0+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (hT-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"b ?n ) [righty "; space between b and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EVA!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = C0+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"i Rn ) [righty "; space between w and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EVA!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = C0+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"7 ?n ) [righty "; space between 7 and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EVA!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = C0+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"a Rn ) [righty "; space between a and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EVA!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = C0+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"N ?n ) [righty "; space between N and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
01<xx<2E, EF<XX<FF
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ... ;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ... ;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ... ;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ... ;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ... ;ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (VA!n*B!n)
-Index of * = C0+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
2F<xx<62, XX=0
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iA...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 8C+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (EhT-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"b ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iA...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 8C+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"i Rn ) [starts with space; righty "; space between w and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iA...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 8C+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"7 ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iA...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 8C+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"a Rn ) [starts with space; righty "; space between a and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iA...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 8C+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"N ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
2F<xx<62, 01<XX<32
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ... ; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ... ; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ... ; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ... ; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ... ; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
2F<xx<62, 33<XX<62
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ... ; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (hA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ... ; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (hA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ... ; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (hA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ... ; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (hA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ... ; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (hA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
30<xx<62, 63<XX<8F
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ... ; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (iA!n*B!n)
-Index of * = 8B+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ... ; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (iA!n*B!n)
-Index of * = 8B+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ... ; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (iA!n*B!n)
-Index of * = 8B+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ... ; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (iA!n*B!n)
-Index of * = 8B+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ... ; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (iA!n*B!n)
-Index of * = 8B+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
2F<xx<62, 90<XX<BA
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
2F<xx<5F, BB<XX<EE
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EiA!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 8C+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (hT-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"b ?n ) [righty "; space between b and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EiA!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 8C+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"i Rn ) [righty "; space between w and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EiA!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 8C+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"7 ?n ) [righty "; space between 7 and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EiA!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 8C+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"a Rn ) [righty "; space between a and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EiA!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 8C+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"N ?n ) [righty "; space between N and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
2F<xx<5F, EF<XX<FF
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (iA!n*B!n)
-Index of * = 8C+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
63<xx<96, XX=0
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"7B...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 58+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (EhT-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"b ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"7B...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 58+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"i Rn ) [starts with space; righty "; space between w and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"7B...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 58+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"7 ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"7B...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 58+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"a Rn ) [starts with space; righty "; space between a and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"7B...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 58+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"N ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
63<xx<96, 01<XX<32
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
63<xx<96, 33<XX<62
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (3B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (3B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (3B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (3B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (3B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
63<xx<96, 63<XX<8F
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (6B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (6B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (6B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (6B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (6B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
63<xx<96, 90<XX<BA
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
63<xx<96, BB<XX<EE
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E7B!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 58+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (hT-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"b ?n ) [righty "; space between b and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E7B!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 58+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"i Rn ) [righty "; space between w and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E7B!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 58+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"7 ?n ) [righty "; space between 7 and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E7B!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 58+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"a Rn ) [righty "; space between a and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E7B!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 58+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"N ?n ) [righty "; space between N and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
63<xx<96, EF<XX<FF
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (7B!n*B!n)
-Index of * = 58+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
97<xx<BA, XX=0
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"hB...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 24+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (EhT-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"b ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"hB...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 24+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"i Rn ) [starts with space; righty "; space between w and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"hB...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 24+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"7 ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"hB...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 24+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"a Rn ) [starts with space; righty "; space between a and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"hB...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = 24+xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"N ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
97<xx<BA, 01<XX<32
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
97<xx<BA, 33<XX<62
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (dB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (dB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (dB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (dB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (dB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
97<xx<BA, 63<XX<8F
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (gB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (gB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (gB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (gB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (gB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
97<xx<BA, 90<XX<BA
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
97<xx<BA, BB<XX<EE
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EhB!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 24+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (hT-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"b ?n ) [righty "; space between b and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EhB!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 24+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"i Rn ) [righty "; space between w and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EhB!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 24+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"7 ?n ) [righty "; space between 7 and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EhB!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 24+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"a Rn ) [righty "; space between a and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (EhB!n ) [ends with three spaces]
Box 5: (*B!n......Rm) [two ...]
-Index of * = 24+xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"N ?n ) [righty "; space between N and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
97<xx<BA, EF<XX<FF
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = XX-30
Box 5: (hB!n*B!n)
-Index of * = 24+xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
BB<xx<EE, XX=0
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*B...o ) [righty "; one ...; ends with two spaces]
-Index of * = XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?"hT-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRob ?n) [space between b and ?]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*B...o ) [righty "; one ...; ends with two spaces]
-Index of * = XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?",T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRoi Rn) [space between w and R]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*B...o ) [righty "; one ...; ends with two spaces]
-Index of * = XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?"0T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRo7 ?n) [space between 7 and ?]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*B...o ) [righty "; one ...; ends with two spaces]
-Index of * = XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?",T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRoa Rn) [space between a and R]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*B...o ) [righty "; one ...; ends with two spaces]
-Index of * = XX
Box 4: (E......Rm ) [two ...; ends with three spaces]
Box 5: (mFloyLRo) [lower case L]
Box 6: ( ?"m"Ro ) [starts with space; righty "; righty "; ends with space]
Box 7: (?"0T-n ) [righty "; ends with two spaces]
Box 8: (EYN?n ) [ends with three spaces]
Box 9: (FNRoN ?n) [space between N and ?]
Box 10: ( ?"lGEn ) [starts with space; righty "; lower case L; ends with space]
Box 11: (?" ...?q ) [righty "; space between " and ...; one ...; ends with two spaces]
Box 12: (E) [leave the rest empty]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
BB<xx<EE, 01<XX<32
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (hT-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"b ?n ) [righty "; space between b and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"i Rn ) [righty "; space between w and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"7 ?n ) [righty "; space between 7 and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"a Rn ) [righty "; space between a and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BC+XX
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"N ?n ) [righty "; space between N and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
BB<xx<EE, 33<XX<62
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (FDQo*B!n)
-Index of * = xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (FDQo*B!n)
-Index of * = xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (FDQo*B!n)
-Index of * = xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (FDQo*B!n)
-Index of * = xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 8C+XX
Box 5: (FDQo*B!n)
-Index of * = xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
BB<xx<EE, 63<XX<8F
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (VDQo*B!n)
-Index of * = xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (VDQo*B!n)
-Index of * = xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (VDQo*B!n)
-Index of * = xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (VDQo*B!n)
-Index of * = xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [two ...; ends with three spaces]
-Index of * = 5F+XX
Box 5: (VDQo*B!n)
-Index of * = xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
BB<xx<EE, 90<XX<BA
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (hT-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"b ?n ) [righty "; space between b and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"i Rn ) [righty "; space between w and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"7 ?n ) [righty "; space between 7 and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"a Rn ) [righty "; space between a and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 34+XX
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"N ?n ) [righty "; space between N and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
BB<xx<EE, BB<XX<EE
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (EhT-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"b ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"i Rn ) [starts with space; righty "; space between w and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"7 ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E,T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"a Rn ) [starts with space; righty "; space between a and R; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = XX
Box 4: (E*B!n ) [ends with three spaces]
-Index of * = xx
Box 5: (......RmmFlo) [two ...; lower case L]
Box 6: ( ?"yLRo ) [starts with space; righty "; ends with space]
Box 7: (?"m"Ro ) [righty "; righty "; ends with two spaces]
Box 8: (E0T-n ) [ends with three spaces]
Box 9: (YN?nFNRo)
Box 10: ( ?"N ?n ) [starts with space; righty "; space between b and ?; ends with space]
Box 11: (?"lGEn ) [righty "; lower case L; ends with two spaces]
Box 12: (E ...?q ) [space between E and ...; ends with three spaces]
Box 13: (E) [leave the rest empty]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
BB<xx<EE, EF<XX<FF
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (hT-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"b ?n ) [righty "; space between b and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"i Rn ) [righty "; space between w and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"7 ?n ) [righty "; space between 7 and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"a Rn ) [righty "; space between a and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"F"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (*B!n......Rm) [two ...]
-Index of * = xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"N ?n ) [righty "; space between N and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
EF<xx<FF, XX=0
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"FB...o ) [righty "; one ...; ends with two spaces]
Box 4: (EF'!n ) [lefty '; ends with three spaces]
Box 5: (*BQnF'Qo) [lefty ']
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"FB...o ) [righty "; one ...; ends with two spaces]
Box 4: (EF'!n ) [lefty '; ends with three spaces]
Box 5: (*BQnF'Qo) [lefty ']
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"FB...o ) [righty "; one ...; ends with two spaces]
Box 4: (EF'!n ) [lefty '; ends with three spaces]
Box 5: (*BQnF'Qo) [lefty ']
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"FB...o ) [righty "; one ...; ends with two spaces]
Box 4: (EF'!n ) [lefty '; ends with three spaces]
Box 5: (*BQnF'Qo) [lefty ']
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"FB...o ) [righty "; one ...; ends with two spaces]
Box 4: (EF'!n ) [lefty '; ends with three spaces]
Box 5: (*BQnF'Qo) [lefty ']
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
EF<xx<FF, 01<XX<31
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BD+XX
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BD+XX
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BD+XX
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BD+XX
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"A...lo ) [righty "; one ...; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = BD+XX
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
EF<xx<FF, 32<XX<61
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 8D+XX
Box 5: (BB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 8D+XX
Box 5: (BB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 8D+XX
Box 5: (BB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 8D+XX
Box 5: (BB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"iE...o ) [righty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 8D+XX
Box 5: (BB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
EF<xx<FF, 62<XX<8E
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 60+XX
Box 5: (EB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 60+XX
Box 5: (EB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 60+XX
Box 5: (EB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 60+XX
Box 5: (EB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"0......o ) [righty "; two ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 60+XX
Box 5: (EB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
EF<xx<FF, 8F<XX<B9
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 35+XX
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 35+XX
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 35+XX
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 35+XX
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"R"lo ) [righty "; lefty "; lower case L; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = 35+XX
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
EF<xx<FF, BA<XX<ED
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 1+XX
Box 4: (EFB!n ) [ends with three spaces]
Box 5: (*BQn......Rm) [two ...]
-Index of * = 1C0-xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (hT-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"b ?n ) [righty "; space between b and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 1+XX
Box 4: (EFB!n ) [ends with three spaces]
Box 5: (*BQn......Rm) [two ...]
-Index of * = 1C0-xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"i Rn ) [righty "; space between w and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 1+XX
Box 4: (EFB!n ) [ends with three spaces]
Box 5: (*BQn......Rm) [two ...]
-Index of * = 1C0-xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"7 ?n ) [righty "; space between 7 and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 1+XX
Box 4: (EFB!n ) [ends with three spaces]
Box 5: (*BQn......Rm) [two ...]
-Index of * = 1C0-xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (,T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"a Rn ) [righty "; space between a and R; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"*......o ) [righty "; two ...; ends with two spaces]
-Index of * = 1+XX
Box 4: (EFB!n ) [ends with three spaces]
Box 5: (*BQn......Rm) [two ...]
-Index of * = 1C0-xx
Box 6: ( ?"mFlo ) [starts with space; righty "; lower case L; ends with space]
Box 7: (?"yLRo ) [righty "; ends with two spaces]
Box 8: (Em"Ro ) [righty "; ends with three spaces]
Box 9: (0T-nYN?n)
Box 10: ( ?"FNRo ) [starts with space; righty "; ends with space]
Box 11: (?"N ?n ) [righty "; space between N and ?; ends with two spaces]
Box 12: (ElGEn ) [lower case L; ends with three spaces]
Box 13: ( ...?q ) [starts with space; one ...; ends with four spaces]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
EF<xx<FF, EE<XX<FF
-For ENG versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"J"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"RohT-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Eb ?n ) [space between b and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For ITA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"J"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ei Rn ) [space between w and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For GER versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"J"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (E7 ?n ) [space between 7 and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For SPA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"J"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro,T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (Ea Rn ) [space between a and R; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
-For FRA versions:
Box 1: (VRUnFHRn)
Box 2: ( ?"*FRn ) [starts with space; righty "; ends with space]
-Index of * = E4 for SID on emulator; E6 for TID on emulator; E6 for SID on console; E8 for TID on console
Box 3: (?"J"...o ) [righty "; lefty "; one ...; ends with two spaces]
Box 4: (E*...!n ) [one ...; ends with three spaces]
-Index of * = XX-30
Box 5: (FB!n*BQn)
-Index of * = 1C0-xx
Box 6: ( ?"......Rm ) [starts with space; righty "; two ...; ends with space]
Box 7: (?"mFlo ) [righty "; lower case L; ends with two spaces]
Box 8: (EyLRo ) [ends with three spaces]
Box 9: (m"Ro0T-n) [righty "]
Box 10: ( ?"YN?n ) [starts with space; righty "; ends with space]
Box 11: (?"FNRo ) [righty "; ends with two spaces]
Box 12: (EN ?n ) [space between N and ?; ends with three spaces]
Box 13: (lGEn ...?q) [lower case L; space between n and ...; one ...]
Box 14: (BOX 14) [leave the rest empty]
_______________________________________________________________________________________________________________________________________
Actual Arm codes (assembly and hexadecimal):
Note: this part of the file is not needed to perform the glitch, it is just here to explain what the codes do, in case you're interested
sbc r12,pc,D000 E2CFCCD0 %% R12=PC-D000
sbc r12,r12,C E2CCC2C0 %% R12=R12-C
sbc r12,r12,E6 E2CCC0E6 %% R12=R12-E6 (use instead E2CCC0E4 for SID; E2CCC0E8 for TID on console; E2CCC0E6 for SID on console)
-write TID (SID) in R11-
strh r11 [r12] E1CCB0B0 %% store new TID (SID) in its location
-exit code-
____________________________________________________________________
-write TID (SID) in R11-
xx=00, XX=00
mov r11, 0 E3B0B000 %% R11=00000000
____________________________________________________________________
xx=0, 01<XX<32
mvn r11, BB E3E0B0BB %% R11=FFFFFF44
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000000XX @ YY=BC+XX
____________________________________________________________________
xx=0, 33<XX<3F
mvn r11, AE E3E0B0AE %% R11=FFFFFF51
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000000XX @ YY=AF+XX
____________________________________________________________________
xx=0, 40<4X<4F
mov r11, CX E3B0B0CX %% R11=000000CX
bic r11,r11, B0 E3C0B0B0 %% R11=R11 and not000000B0=0000004X
____________________________________________________________________
xx=0, 50<XX<5B
mov r11, AD E3B0B0AD %% R11=000000AD
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY @ YY=53+XX
bic r11,r11, B00 E3CBBEB0 %% R11=R11 and not00000B00=000000XX
____________________________________________________________________
xx=0, 5C<XX<8F
mov r11, A1 E3B0B0A1 | R11=000000A1
adc r11,r11, YY E2ABB0YY | R11=R11+000000YY @ YY=5F+XX
bic r11,r11, B00 E3CBBEB0 %% R11=R11 and not00000B00=000000XX
____________________________________________________________________
xx=0, 90<XX<BA
mvn r11, 33 E3E0B1CC %% R11=FFFFFFCC
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=34+XX
____________________________________________________________________
xx=0, BB<XX<EE
mov r11, XX E3B0B0XX %% R11=000000XX
____________________________________________________________________
xx=0, EF<XX<FF
mov r11, 30 E3B0B1C0 %% R11=00000030
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=XX-30
____________________________________________________________________
01<xx<2E, XX=0
mov r11, 34000 E3B0BBD0 %% R11=00034000
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xx00 @ yy=C0+xx
____________________________________________________________________
01<xx<2E, 01<XX<32
mvn r11, BB E3E0B0BB %% R11=FFFFFF44
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000000XX @ YY=BC+XX
adc r11,r11, 34000 E2ABBBD0 %% R11=R11+00034000=000340XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=C0+xx
____________________________________________________________________
01<xx<2E, 33<XX<3F
mvn r11, A1 E3E0B0A1 %% R11=FFFFFF5E
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000000XX @ YY=A2+XX
adc r11,r11, 34000 E2ABBBD0 %% R11=R11+00034000=000340XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=C0+xx
____________________________________________________________________
01<xx<2E, 40<4X<4F
mov r11, CX E3B0B0CX %% R11=000000CX
bic r11,r11, B0 E3CBB0B0 %% R11=R11 and not000000B0=0000004X
adc r11,r11, 34000 E2ABBBD0 %% R11=R11+00034000=0003404X
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xx4X @ yy=C0+xx
____________________________________________________________________
01<xx<2E, 50<XX<5B
mov r11, AD E3B0B0AD %% R11=000000AD
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000001XX @ YY=53+XX
adc r11,r11, 34000 E2ABBBD0 %% R11=R11+00034000=000341XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=BF+xx
____________________________________________________________________
01<xx<2F, 5C<XX<8F
mov r11, A1 E3B0B0A1 %% R11=000000A1
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000001XX @ YY=5F+XX
adc r11,r11, 34000 E2ABBBD0 %% R11=R11+00034000=000341XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=BF+xx
____________________________________________________________________
01<xx<2E, 90<XX<BA
mvn r11, 33 E3E0B1CC %% R11=FFFFFFCC
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=34+XX
adc r11,r11, 34000 E2ABBBD0 %% R11=R11+00034000=000340XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=C0+xx
____________________________________________________________________
01<xx<2E, BB<XX<EE
mov r11, XX E3B0B0XX %% R11=000000XX
adc r11,r11, 34000 E2ABBBD0 %% R11=R11+00034000=000340XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=C0+xx
____________________________________________________________________
01<xx<2E, EF<XX<FF
mov r11, 30 E3B0B1C0 %% R11=00000030
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=XX-30
adc r11,r11, 34000 E2ABBBD0 %% R11=R11+00034000=000340XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=C0+xx
____________________________________________________________________
2F<xx<62, XX=0
mov r11, 37400 E3B0BBDD %% R11=00037400
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xx00 @ yy=8C+xx
____________________________________________________________________
2F<xx<62, 01<XX<32
mvn r11, BB E3E0B0BB %% R11=FFFFFF44
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000000XX @ YY=BC+XX
adc r11,r11, 37400 E2ABBBDD %% R11=R11+00037400=000374XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=8C+xx
____________________________________________________________________
2F<xx<62, 33<XX<62
mov r11, 374 E3B0BFDD %% R11=00000374
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000004XX @ YY=8C+XX
adc r11,r11, 37000 E2ABBBDC %% R11=R11+00037000=000374XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=8C+xx
____________________________________________________________________
2F<xx<62, 63<XX<8F
mov r11,r11, A1 E3B0B0A1 %% R11=000000A1
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000001XX @ YY=5F+XX
adc r11,r11, 37400 E2ABBBDD %% R11=R11+00037400=000375XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=8B+xx
____________________________________________________________________
2F<xx<62, 90<XX<BA
mvn r11, 33 E3E0B1CC %% R11=FFFFFFCC
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=34+XX
adc r11,r11, 37400 E2ABBBDC %% R11=R11+00037400=000374XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=8C+xx
____________________________________________________________________
2F<xx<62, BB<XX<EE
mov r11, XX E3B0B0XX %% R11=000000XX
adc r11,r11, 37400 E2ABBBDC %% R11=R11+00037400=000374XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=8C+xx
____________________________________________________________________
2F<xx<62, EF<XX<FF
mov r11, 30 E3B0B1C0 %% R11=00000030
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=XX-30
adc r11,r11, 37400 E2ABBBDC %% R11=R11+00037400=000374XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0004xxXX @ yy=8C+xx
____________________________________________________________________
63<xx<96, XX=0
mov r11, A800 E3B0BCA8 %% R11=0000A800
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xx00 @ yy=58+xx
____________________________________________________________________
63<xx<96, 01<XX<32
mvn r11, BB E3E0B0BB %% R11=FFFFFF44
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000000XX @ YY=BC+XX
adc r11,r11, A800 E2ABBCA8 %% R11=R11+0000A800=0000A8XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=58+xx
____________________________________________________________________
63<xx<96, 33<XX<62
mov r11, 374 E3B0BFDD %% R11=00000374
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000004XX @ YY=8C+XX
adc r11,r11, A400 E2ABBCA4 %% R11=R11+0000A400=0000A8XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=58+xx
____________________________________________________________________
63<xx<96, 63<XX<8F
mov r11, A1 E3B0B0A1 %% R11=000000A1
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000001XX @ YY=5F+XX
adc r11,r11, A700 E2ABBCA7 %% R11=R11+0000A700=0000A8XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=58+xx
____________________________________________________________________
63<xx<96, 90<XX<BA
mvn r11, 33 E3E0B1CC %% R11=FFFFFFCC
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=34+XX
adc r11,r11, A800 E2ABBCA8 %% R11=R11+0000A800=0000A8XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=58+xx
____________________________________________________________________
63<xx<96, BB<XX<EE
mov r11, XX E3B0B0XX %% R11=000000XX
adc r11,r11, A800 E2ABBCA8 %% R11=R11+0000A800=0000A8XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=58+xx
____________________________________________________________________
63<xx<96, EF<XX<FF
mov r11, 30 E3B0B1C0 %% R11=00000030
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=XX-30
adc r11,r11, A800 E2ABBCA8 %% R11=R11+0000A800=0000A8XX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=58+xx
____________________________________________________________________
97<xx<BA, XX=0
mov r11, DC00 E3B0BCDC %% R11=0000DC00
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xx00 @ yy=24+xx
____________________________________________________________________
97<xx<BA, 01<XX<32
mvn r11, BB E3E0B0BB %% R11=FFFFFF44
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000000XX @ YY=BC+XX
adc r11,r11, DC00 E2ABBCDC %% R11=R11+0000DC00=0000DCXX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=24+xx
____________________________________________________________________
97<xx<BA, 33<XX<62
mov r11, 374 E3B0BFDD %% R11=00000374
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000004XX @ YY=8C+XX
adc r11,r11, D800 E2ABBCD8 %% R11=R11+0000D800=0000DCXX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=24+xx
____________________________________________________________________
97<xx<BA, 63<XX<8F
mov r11, A1 E3B0B0A1 %% R11=000000A1
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000001XX @ YY=5F+XX
adc r11,r11, DB00 E2ABBCDB %% R11=R11+0000DB00=0000DCXX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=24+xx
____________________________________________________________________
97<xx<BA, 90<XX<BA
mvn r11, 33 E3E0B1CC %% R11=FFFFFFCC
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=34+XX
adc r11,r11, DC00 E2ABBCDC %% R11=R11+0000DC00=0000DCXX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=24+xx
____________________________________________________________________
97<xx<BA, BB<XX<EE
mov r11, XX E3B0B0XX %% R11=000000XX
adc r11,r11, DC00 E2ABBCDC %% R11=R11+0000DC00=0000DCXX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=24+xx
____________________________________________________________________
97<xx<BA, EF<XX<FF
mov r11, 30 E3B0B1C0 %% R11=00000030
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=XX-30
adc r11,r11, DC00 E2ABBCDC %% R11=R11+0000DC00=0000DCXX
adc r11,r11, yy00 E2ABBCyy %% R11=R11+yy00=0001xxXX @ yy=24+xx
____________________________________________________________________
BB<xx<EE, XX=0
mov r11, xx00 E3B0BCxx %% R11=0000xx00
____________________________________________________________________
BB<xx<EE, 01<XX<32
mvn r11, BB E3E0B0BB %% R11=FFFFFF44
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000000XX @ YY=BC+XX
adc r11,r11, xx00 E2ABBCxx %% R11=R11+0000xx00=0000xxXX
____________________________________________________________________
BB<xx<EE, 33<XX<62
mov r11, 374 E3B0BFDD %% R11=00000374
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000004XX @ YY=8C+XX
bic r11,r11, C00 E3CBBEC0 %% R11=R11 and not00000C00=000000XX
adc r11,r11, xx00 E2ABBCxx %% R11=R11+0000xx00=0000xxXX
____________________________________________________________________
BB<xx<EE, 63<XX<8F
mov r11, A1 E3B0B0A1 %% R11=000000A1
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000001XX @ YY=5F+XX
bic r11,r11, D00 E3CBBED0 %% R11=R11 and not00000D00=000000XX
adc r11,r11, xx00 E2ABBCxx %% R11=R11+0000xx00=0000xxXX
____________________________________________________________________
BB<xx<EE, 90<XX<BA
mvn r11, 33 E3E0B1CC %% R11=FFFFFFCC
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=34+XX
adc r11,r11, xx00 E2ABBCxx %% R11=R11+0000xx00=0000xxXX
____________________________________________________________________
BB<xx<EE, BB<XX<EE
mov r11, XX E3B0B0XX %% R11=000000XX
adc r11,r11, xx00 E2ABBCxx %% R11=R11+0000xx00=0000xxXX
____________________________________________________________________
BB<xx<EE, EF<XX<FF
mov r11, 30 E3B0B1C0 %% R11=00000030
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX @ YY=XX-30
adc r11,r11, xx00 E2ABBCxx %% R11=R11+0000xx00=0000xxXX
____________________________________________________________________
EF<xx<FF, XX=0
mov r11, C000 E3B0BCC0 %% R11=0000C000
adc r11,r11, 3 E2ABB3C0 %% R11=R11+3=0000C003
sbc r11,r11, yy00 E2CBBCyy %% R11=R11-yy00-1=FFFFxx02 @ yy=1C0-xx
bic r11,r11, 3 E3CBB3C0 %% R11=R11 and not3=FFFFxx00
____________________________________________________________________
EF<xx<FF, 01<XX<31
mvn r11, BB E3E0B0BB %% R11=FFFFFF44
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000000XX+1 @ YY=BD+XX
adc r11,r11, C000 E2ABBCC0 %% R11=R11+0000C000=0000C0XX+1
sbc r11,r11, yy00 E2CBBCyy %% R11=R11-yy00-1=FFFFxxXX @ yy=1C0-xx
____________________________________________________________________
EF<xx<FF, 32<XX<61
mov r11, 374 E3B0BFDD %% R11=00000374
adc r11,r11, YY E2ABB0YY %% R11=R11+YY=000004XX+1 @ YY=8D+XX
adc r11,r11, BC00 E2ABBCBC %% R11=R11+0000BC00=0000C0XX+1
sbc r11,r11, yy00 E2CBBCyy %% R11=R11-yy00-1=FFFFxxXX @ yy=1C0-xx
____________________________________________________________________
EF<xx<FF, 62<XX<8E
mov r11, A1 E3B0B0A1 %% R11=000000A1
adc r11,r11, XX E2ABB0YY %% R11=R11+000000YY=000001XX+1 @ YY=60+XX
adc r11,r11, BF00 E2ABBCBF %% R11=R11+0000BF00=0000C0XX+1
sbc r11,r11, yy00 E2CBBCyy %% R11=R11-yy00-1=FFFFxxXX @ yy=1C0-xx
____________________________________________________________________
EF<xx<FF, 8F<XX<B9
mvn r11, 33 E3E0B1CC %% R11=FFFFFFCC
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX+1 @ YY=35+XX
adc r11,r11, C000 E2ABBCC0 %% R11=R11+0000C000=0000C0XX+1
sbc r11,r11, yy00 E2CBBCyy %% R11=R11-yy00-1=FFFFxxXX @ yy=1C0-xx
____________________________________________________________________
EF<xx<FF, BB<XX<EE
mov r11, YY E3B0B0XX %% R11=000000XX+1 @ YY=1+XX
adc r11,r11, C000 E2ABBCC0 %% R11=R11+0000C000=0000C0XX+1
sbc r11,r11, yy00 E2CBBCyy %% R11=R11-yy00-1=FFFFxxXX @ yy=1C0-xx
____________________________________________________________________
EF<xx<FF, EF<XX<FF
mov r11, 31 E3B0B1C4 %% R11=00000031
adc r11,r11, YY E2ABB0YY %% R11=R11+000000YY=000000XX+1 @ YY=XX-30
adc r11,r11, C000 E2ABBCC0 %% R11=R11+0000C000=0000C0XX+1
sbc r11,r11, yy00 E2CBBCyy %% R11=R11-yy00-1=FFFFxxXX @ yy=1C0-xx
____________________________________________________________________
-exit codes-
ENG
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
____________________________________________________________________
ITA
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
adc r12,lr, B80 E2AECEB8 %% R12=LR+B8
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
____________________________________________________________________
GER
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r0,r12, A8 E2AC00B8 %% R0=R12+A8=SetCB2WhiteOutGER
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
____________________________________________________________________
SPA
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
____________________________________________________________________
FRA
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
adc r12,lr, A10 E2AECEA0 %% R12=LR+A10
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
adcs r12,pc, 38 E2BFC1E0 %% R12=PC+38
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
View raw

(Sorry about that, but we can’t show files that are this big right now.)

This file has been truncated, but you can view the full file.
This is a list of codes I wrote for Merrp's ACE (demonstration here: https://youtu.be/Stcx-1wkMus)
Choose the code you want to execute from the list, find the box names for that code (use the Ctrl+F function to search the name of the code), write the box names in your game (use the correct version depending on game language), trigger the Arbitrary Code Execution, profit.
Before executing, make sure that box 12, 13, 14 and the last row of box 11 are empty. Also make sure that you're not using the special wallpaper from Walda (in Rustboro City) on box 2, 6, 10 or 14, any other wallpaper is fine.
After executing a code you should check if it was successful or not before saving the game. In the notes of each code you'll find a good way to check the correct execution of the code.
If you have issues with a code please contact me using Twitter (Sleipnir_17), Reddit (Sleipnir17), Discord (Sleipnir17#2146) or Youtube (https://www.youtube.com/channel/UCwip3k3SfjMlFMm2_ZTZStg?), I'll do my best to figure out the problem and solve it.
If you have requests for other codes feel free to contact me as well.
List of available codes:
-Unlock Navel Rock
-Unlock Faraway and Birth Island, no symbol
-Unlock Faraway and Birth Island, all gold symbol
-Unlock Southern Island
-Unlock Mirage Island
-Make Mirage Tower visible again
-Read SID from Pokémon in box 9 slot 27
-Make Groudon, Kyogre, Regirock, Regice, Registeel reappare and re-enable all one-use move tutors
-Make Rayquaza, Mew, Southern Lati@s, Sudowoodo and all stationary Voltrob and Electrode reappare
-Make Sudowoodo reappare
-Make all stationary Voltrob and Electrode reappare
-Make Regirock, Regice and Registeel reappare
-Make Deoxys reappare
-Make Ho-oh and Lugia reappare if killed
-Make Ho-oh and Lugia reappare if caught
-Make Johto starters appare/reappare
-Make Hoenn starters reappare
-Allow all in-game trades another time
-Make all invisible Kecleon reappare
-Make gift Beldum reappare
-Make Wynaut egg reappare
-Make gift Castform reappare
-Re-enable all one-use move tutors
-**Find an arbitrary Pokémon in tall grass => go here: https://pastebin.com/yCqdn6jF
-Get a whole case of perfect Pokéblocks
-Change Southern Lati@s from Latias to Latios
-Change Southern Lati@s from Latios to Latias
-Change clock
-Re-enable the Berry Master's wife
-Give a four Sketch moveset to any Pokémon (Enhanched Battle Pike Glith)
-**Get any item => go here: https://pastebin.com/1aeb701J
-Increase the amount of an item in PC storage
-Perform a PID or TID corruption on box 9 slot 27
Actual codes:
-Unlock Navel Rock:
Note: this code will set Navel Rock's flag but you'll need to get the ticket separately, like by double corrupting an in-game trade Seedot or by using the code to get any item. Get the ticket before executing this code so that you'll be able to check if it worked by simply trying to go to the island via boat
_______________________________
For English versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** **=C5 on emulator, C7 on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00=Navel Rock's halfword location
movs r11,FF00 E3B0BCFF %% R11=FF00
adc r11,r11,EA E2ABB0EA %% R11=R11+EA=FFEA
-filler- B2ACFF00
adc r0,r11,0 E2AB0000 %% R0=R11=FFEA
-filler- BFFF0000
mvn r11,r0 E1E0B000 %% R11=notR0=FFFF0015=new halfword
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store new halfword in Navel Rock's halfword location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*FUn.RRn) * = K on emulator, M on console
Box 2: (B...ov...!n ) [one ...; one ...; ends with space]
Box 3: (?" !n ) [righty "; two spaces between " and !; ends with two spaces]
Box 4: (E ...lm ) [one space between E and ...; one ...; lower case L; ends with three spaces]
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** **=C5 on emulator, C7 on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00=Navel Rock's halfword location
movs r11,FF00 E3B0BCFF %% R11=FF00
adc r11,r11,EA E2ABB0EA %% R11=R11+EA=FFEA
-filler- B2ACFF00
adc r0,r11,0 E2AB0000 %% R0=R11=FFEA
-filler- BFFF0000
mvn r11,r0 E1E0B000 %% R11=notR0=FFFF0015=new halfword
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store new halfword in Navel Rock's halfword location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*FUn.RRn) * = K on emulator, M on console
Box 2: (B...ov...!n ) [one ...; one ...; ends with space]
Box 3: (?" !n ) [righty "; two spaces between " and !; ends with two spaces]
Box 4: (E ...lm ) [one space between E and ...; one ...; lower case L; ends with three spaces]
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** **=C5 on emulator, C7 on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00=Navel Rock's halfword location
movs r11,FF00 E3B0BCFF %% R11=FF00
adc r11,r11,EA E2ABB0EA %% R11=R11+EA=FFEA
-filler- B2ACFF00
adc r0,r11,0 E2AB0000 %% R0=R11=FFEA
-filler- BFFF0000
mvn r11,r0 E1E0B000 %% R11=notR0=FFFF0015=new halfword
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store new halfword in Navel Rock's halfword location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*FUn.RRn) * = K on emulator, M on console
Box 2: (B...ov...!n ) [one ...; one ...; ends with space]
Box 3: (?" !n ) [righty "; two spaces between " and !; ends with two spaces]
Box 4: (E ...lm ) [one space between E and ...; one ...; lower case L; ends with three spaces]
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** **=C5 on emulator, C7 on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00=Navel Rock's halfword location
movs r11,FF00 E3B0BCFF %% R11=FF00
adc r11,r11,EA E2ABB0EA %% R11=R11+EA=FFEA
-filler- B2ACFF00
adc r0,r11,0 E2AB0000 %% R0=R11=FFEA
-filler- BFFF0000
mvn r11,r0 E1E0B000 %% R11=notR0=FFFF0015=new halfword
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store new halfword in Navel Rock's halfword location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (*FUn.RRn) * = K on emulator, M on console
Box 2: (B...ov...!n ) [one ...; one ...; ends with space]
Box 3: (?" !n ) [righty "; two spaces between " and !; ends with two spaces]
Box 4: (E ...lm ) [one space between E and ...; one ...; lower case L; ends with three spaces]
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
sbc r12,pc,** E2CFC0** %% R12=PC-** **=C5 on emulator, C7 on console
sbc r12,r12,AD00 E2CCCCAD %% R12=R12-AD00=Navel Rock's halfword location
movs r11,FF00 E3B0BCFF %% R11=FF00
adc r11,r11,EA E2ABB0EA %% R11=R11+EA=FFEA
-filler- B2ACFF00
adc r0,r11,0 E2AB0000 %% R0=R11=FFEA
-filler- BFFF0000
mvn r11,r0 E1E0B000 %% R11=notR0=FFFF0015=new halfword
-filler- FF000000
strh r11 [r12] E1CCB0B0 %% Store new halfword in Navel Rock's halfword location
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (*FUn.RRn) * = K on emulator, M on console
Box 2: (B...ov...!n ) [one ...; one ...; ends with space]
Box 3: (?" !n ) [righty "; two spaces between " and !; ends with two spaces]
Box 4: (E ...lm ) [one space between E and ...; one ...; lower case L; ends with three spaces]
Box 5: (......Rm ) [two ...; ends with four spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________________________________________________________________________________________________
-Unlock Faraway and Birth Island, no symbol:
Note: this code will set Faraway and Birth Island's flags but you'll need to get the tickets separately, like by double corrupting an in-game trade Seedot or by using the code to get any item. Get the tickets before executing this code so that you'll be able to check if it worked by simply trying to go to one island via boat. You can use the code to get one island only, just ignore the fact that the other one is unlocked too. After the execution you'll have no Battle Frontier symbol: if you had some they'll be erased (they can be regained normally)
_______________________________
For English versions:
movs r11,B40000 E3B0B8B4 %% R11=B40000
adc r11,r11,B0000000 E2ABB4B0 %% R11=R11+B0000000=B0B40000
-filler- C2AC00FF
adcs r11,r11,B0000000 E2BBB4B0 %% R11=R11+B0000000=60B40000
-filler- C2ACFF00
adcs r12,r11,3B00000 E2BBC7EC %% R12=R11+3B00000+1=64640001
-filler- BFFF0000
adc r11,r12,A4000000 E2ACB4A4 %% R11=R12=A4000000=08640001=new islands word
-filler- FF000000
sbc r12,pc,AD00 E2CFCCAD %% R12=PC-AD00
sbc r12,r12,** E2CCC0** %% R12=R12-**=islands flags location **=EC on emulator, EE on console
-filler- B2AC00FF
strt r11 [r12]! E5ACB000 %% Store new islands word in islands flags location
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (',...o...'!n) [righty '; one ...; one ...; righty ']
Box 2: ( ?H...'An ) [starts with space; one ...; righty '; ends with space]
Box 3: (?HxMAn ) [ends with two spaces]
Box 4: (E3'?n ) [righty '; ends with three spaces]
Box 5: (.RUn*FRn) * = x on emulator, z on console
Box 6: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
movs r11,B40000 E3B0B8B4 %% R11=B40000
adc r11,r11,B0000000 E2ABB4B0 %% R11=R11+B0000000=B0B40000
-filler- C2AC00FF
adcs r11,r11,B0000000 E2BBB4B0 %% R11=R11+B0000000=60B40000
-filler- C2ACFF00
adcs r12,r11,3B00000 E2BBC7EC %% R12=R11+3B00000+1=64640001
-filler- BFFF0000
adc r11,r12,A4000000 E2ACB4A4 %% R11=R12=A4000000=08640001=new islands word
-filler- FF000000
sbc r12,pc,AD00 E2CFCCAD %% R12=PC-AD00
sbc r12,r12,** E2CCC0** %% R12=R12-**=islands flags location **=EC on emulator, EE on console
-filler- B2AC00FF
strt r11 [r12]! E5ACB000 %% Store new islands word in islands flags location
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (',...o...'!n) [righty '; one ...; one ...; righty ']
Box 2: ( ?H...'An ) [starts with space; one ...; righty '; ends with space]
Box 3: (?HxMAn ) [ends with two spaces]
Box 4: (E3'?n ) [righty '; ends with three spaces]
Box 5: (.RUn*FRn) * = x on emulator, z on console
Box 6: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
movs r11,B40000 E3B0B8B4 %% R11=B40000
adc r11,r11,B0000000 E2ABB4B0 %% R11=R11+B0000000=B0B40000
-filler- C2AC00FF
adcs r11,r11,B0000000 E2BBB4B0 %% R11=R11+B0000000=60B40000
-filler- C2ACFF00
adcs r12,r11,3B00000 E2BBC7EC %% R12=R11+3B00000+1=64640001
-filler- BFFF0000
adc r11,r12,A4000000 E2ACB4A4 %% R11=R12=A4000000=08640001=new islands word
-filler- FF000000
sbc r12,pc,AD00 E2CFCCAD %% R12=PC-AD00
sbc r12,r12,** E2CCC0** %% R12=R12-**=islands flags location **=EC on emulator, EE on console
-filler- B2AC00FF
strt r11 [r12]! E5ACB000 %% Store new islands word in islands flags location
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (',...o...'!n) [righty '; one ...; one ...; righty ']
Box 2: ( ?H...'An ) [starts with space; one ...; righty '; ends with space]
Box 3: (?HxMAn ) [ends with two spaces]
Box 4: (E3'?n ) [righty '; ends with three spaces]
Box 5: (.RUn*FRn) * = x on emulator, z on console
Box 6: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
movs r11,B40000 E3B0B8B4 %% R11=B40000
adc r11,r11,B0000000 E2ABB4B0 %% R11=R11+B0000000=B0B40000
-filler- C2AC00FF
adcs r11,r11,B0000000 E2BBB4B0 %% R11=R11+B0000000=60B40000
-filler- C2ACFF00
adcs r12,r11,3B00000 E2BBC7EC %% R12=R11+3B00000+1=64640001
-filler- BFFF0000
adc r11,r12,A4000000 E2ACB4A4 %% R11=R12=A4000000=08640001=new islands word
-filler- FF000000
sbc r12,pc,AD00 E2CFCCAD %% R12=PC-AD00
sbc r12,r12,** E2CCC0** %% R12=R12-**=islands flags location **=EC on emulator, EE on console
-filler- B2AC00FF
strt r11 [r12]! E5ACB000 %% Store new islands word in islands flags location
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (',...o...'!n) [righty '; one ...; one ...; righty ']
Box 2: ( ?H...'An ) [starts with space; one ...; righty '; ends with space]
Box 3: (?HxMAn ) [ends with two spaces]
Box 4: (E3'?n ) [righty '; ends with three spaces]
Box 5: (.RUn*FRn) * = x on emulator, z on console
Box 6: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
movs r11,B40000 E3B0B8B4 %% R11=B40000
adc r11,r11,B0000000 E2ABB4B0 %% R11=R11+B0000000=B0B40000
-filler- C2AC00FF
adcs r11,r11,B0000000 E2BBB4B0 %% R11=R11+B0000000=60B40000
-filler- C2ACFF00
adcs r12,r11,3B00000 E2BBC7EC %% R12=R11+3B00000+1=64640001
-filler- BFFF0000
adc r11,r12,A4000000 E2ACB4A4 %% R11=R12=A4000000=08640001=new islands word
-filler- FF000000
sbc r12,pc,AD00 E2CFCCAD %% R12=PC-AD00
sbc r12,r12,** E2CCC0** %% R12=R12-**=islands flags location **=EC on emulator, EE on console
-filler- B2AC00FF
strt r11 [r12]! E5ACB000 %% Store new islands word in islands flags location
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (',...o...'!n) [righty '; one ...; one ...; righty ']
Box 2: ( ?H...'An ) [starts with space; one ...; righty '; ends with space]
Box 3: (?HxMAn ) [ends with two spaces]
Box 4: (E3'?n ) [righty '; ends with three spaces]
Box 5: (.RUn*FRn) * = x on emulator, z on console
Box 6: ( ?" ...?q ) [starts with space; righty "; one space after "; one ...; ends with space]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________________________________________________________________________________________________
-Unlock Faraway and Birth Island, all gold symbol:
Note: this code will set Faraway and Birth Island's flags but you'll need to get the tickets separately, like by double corrupting an in-game trade Seedot or by using the code to get any item. Get the tickets before executing this code so that you'll be able to check if it worked by simply trying to go to one island via boat. You can use the code to get one island only, just ignore the fact that the other one is unlocked too. After the execution you'll have all Battle Frontier gold symbol
_______________________________
For English versions:
mon r11,A80000 E3E0B8A8 %% R11=notB40000=FF57FFFF
sbc r11,r11,BF00000 E2CBB6BF %% R11=R11-BF00000-1=F467FFFE
-filler- B2AC00FF
adcs r11,r11,30000000 E2BBB5C0 %% R11=R11+30000000=2F57FFFE
-filler- B2ACFF00
adc r11,r11,E5000000 E2ABB4E5 %% R11=R11+E5000000+1=0867FFFF=new islands word
-filler- BFFF0000
sbc r12,pc,AD00 E2CFCCAD %% R12=PC-AD00
-filler- FF000000
sbc r12,r12,** E2CCC0** %% R12=R12-**=islands flags location **=E5 on emulator, E7 on console
strt r11 [r12]! E5ACB000 %% Store new islands word in islands flags location
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (7,loE♀Qn) [lower case L]
Box 2: ( ?"F♂An ) [starts with space; righty "; ends with space]
Box 3: (?"q'!n ) [righty "; righty ';ends with two spaces]
Box 4: (E.RUn ) [righty '; ends with three spaces]
Box 5: (*FRn ...?q) * = q on emulator, s on console
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
mon r11,A80000 E3E0B8A8 %% R11=notB40000=FF57FFFF
sbc r11,r11,BF00000 E2CBB6BF %% R11=R11-BF00000-1=F467FFFE
-filler- B2AC00FF
adcs r11,r11,30000000 E2BBB5C0 %% R11=R11+30000000=2F57FFFE
-filler- B2ACFF00
adc r11,r11,E5000000 E2ABB4E5 %% R11=R11+E5000000+1=0867FFFF=new islands word
-filler- BFFF0000
sbc r12,pc,AD00 E2CFCCAD %% R12=PC-AD00
-filler- FF000000
sbc r12,r12,** E2CCC0** %% R12=R12-**=islands flags location **=E5 on emulator, E7 on console
strt r11 [r12]! E5ACB000 %% Store new islands word in islands flags location
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (7,loE♀Qn) [lower case L]
Box 2: ( ?"F♂An ) [starts with space; righty "; ends with space]
Box 3: (?"q'!n ) [righty "; righty ';ends with two spaces]
Box 4: (E.RUn ) [righty '; ends with three spaces]
Box 5: (*FRn ...?q) * = q on emulator, s on console
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
mon r11,A80000 E3E0B8A8 %% R11=notB40000=FF57FFFF
sbc r11,r11,BF00000 E2CBB6BF %% R11=R11-BF00000-1=F467FFFE
-filler- B2AC00FF
adcs r11,r11,30000000 E2BBB5C0 %% R11=R11+30000000=2F57FFFE
-filler- B2ACFF00
adc r11,r11,E5000000 E2ABB4E5 %% R11=R11+E5000000+1=0867FFFF=new islands word
-filler- BFFF0000
sbc r12,pc,AD00 E2CFCCAD %% R12=PC-AD00
-filler- FF000000
sbc r12,r12,** E2CCC0** %% R12=R12-**=islands flags location **=E5 on emulator, E7 on console
strt r11 [r12]! E5ACB000 %% Store new islands word in islands flags location
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (7,loE♀Qn) [lower case L]
Box 2: ( ?"F♂An ) [starts with space; righty "; ends with space]
Box 3: (?"q'!n ) [righty "; righty ';ends with two spaces]
Box 4: (E.RUn ) [righty '; ends with three spaces]
Box 5: (*FRn ...?q) * = q on emulator, s on console
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
mon r11,A80000 E3E0B8A8 %% R11=notB40000=FF57FFFF
sbc r11,r11,BF00000 E2CBB6BF %% R11=R11-BF00000-1=F467FFFE
-filler- B2AC00FF
adcs r11,r11,30000000 E2BBB5C0 %% R11=R11+30000000=2F57FFFE
-filler- B2ACFF00
adc r11,r11,E5000000 E2ABB4E5 %% R11=R11+E5000000+1=0867FFFF=new islands word
-filler- BFFF0000
sbc r12,pc,AD00 E2CFCCAD %% R12=PC-AD00
-filler- FF000000
sbc r12,r12,** E2CCC0** %% R12=R12-**=islands flags location **=E5 on emulator, E7 on console
strt r11 [r12]! E5ACB000 %% Store new islands word in islands flags location
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, D5 E2CC00D5 %% R0=R12-D5=SetCB2WhiteOutSPA
Box names:
Box 1: (7,loE♀Qn) [lower case L]
Box 2: ( ?"F♂An ) [starts with space; righty "; ends with space]
Box 3: (?"q'!n ) [righty "; righty ';ends with two spaces]
Box 4: (E.RUn ) [righty '; ends with three spaces]
Box 5: (*FRn ...?q) * = q on emulator, s on console
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"a Rn ) [starts with space, righty "; one space after a; ends with space]
_______________________________
For French versions:
mon r11,A80000 E3E0B8A8 %% R11=notB40000=FF57FFFF
sbc r11,r11,BF00000 E2CBB6BF %% R11=R11-BF00000-1=F467FFFE
-filler- B2AC00FF
adcs r11,r11,30000000 E2BBB5C0 %% R11=R11+30000000=2F57FFFE
-filler- B2ACFF00
adc r11,r11,E5000000 E2ABB4E5 %% R11=R11+E5000000+1=0867FFFF=new islands word
-filler- BFFF0000
sbc r12,pc,AD00 E2CFCCAD %% R12=PC-AD00
-filler- FF000000
sbc r12,r12,** E2CCC0** %% R12=R12-**=islands flags location **=E5 on emulator, E7 on console
strt r11 [r12]! E5ACB000 %% Store new islands word in islands flags location
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, C8 E2AC00C8 %% R0=R12+C8=SetCB2WhiteOutFRA
Box names:
Box 1: (7,loE♀Qn) [lower case L]
Box 2: ( ?"F♂An ) [starts with space; righty "; ends with space]
Box 3: (?"q'!n ) [righty "; righty ';ends with two spaces]
Box 4: (E.RUn ) [righty '; ends with three spaces]
Box 5: (*FRn ...?q) * = q on emulator, s on console
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"N ?n ) [starts with space, righty "; one space after N; ends with space]
_______________________________________________________________________________________________________________________________________
-Unlock Southern Island:
Note: this code will trigger the postman event. After executing the code, go on floor two of any Pokémon Center and talk to the postman, who will give you the ticket, just like the old Southern Island glitch does
_______________________________
For English versions:
sbc r11,pc,°° E2CFB1** %% R11=PC-°° **=DC °°=37 on emulator, **=E4 °°=39 on console
sbc r12,r11,AD00 E2CBCCAD %% R12=R11-AD00=Postman's halfword location
-filler- B2AC00FF
movs r11,3 E3B0B3C0 %% R11=3=new halfword
-filler- B2ACFF00
strh r11 [r12] E1CCB0B0 %% Store new halfword in Postman's halfword location
-filler- BFFF0000
-filler- 00000000
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, DC0 E2AECEDC %% R12=LR+DC0
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, D6 E2AC00D6 %% R0=R12+D6=SetCB2WhiteOutENG
Box names:
Box 1: (*"Un.RQn) [lefty "] * = h on emulator, p on console
Box 2: ( ?"F'...o ) [starts with space; righty "; lefty ' ; one ...; ends with space]
Box 3: (?"......Rm ) [righty "; two ...; ends with two spaces]
Box 4: (E ) [ends with seven spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (EhT-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"b ?n ) [starts with space, righty "; one space after b; ends with space]
_______________________________
For Italian versions:
sbc r11,pc,°° E2CFB1** %% R11=PC-°° **=DC °°=37 on emulator, **=E4 °°=39 on console
sbc r12,r11,AD00 E2CBCCAD %% R12=R11-AD00=Postman's halfword location
-filler- B2AC00FF
movs r11,3 E3B0B3C0 %% R11=3=new halfword
-filler- B2ACFF00
strh r11 [r12] E1CCB0B0 %% Store new halfword in Postman's halfword location
-filler- BFFF0000
-filler- 00000000
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, B80 E2AECEB8 %% R12=LR+B80
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
sbc r0,r12, DD E2CC00DD %% R0=R12-DD=SetCB2WhiteOutITA
Box names:
Box 1: (*"Un.RQn) [lefty "] * = h on emulator, p on console
Box 2: ( ?"F'...o ) [starts with space; righty "; lefty ' ; one ...; ends with space]
Box 3: (?"......Rm ) [righty "; two ...; ends with two spaces]
Box 4: (E ) [ends with seven spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E,T-n ) [ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"i Rn ) [starts with space, righty "; one space after i; ends with space]
_______________________________
For German versions:
sbc r11,pc,°° E2CFB1** %% R11=PC-°° **=DC °°=37 on emulator, **=E4 °°=39 on console
sbc r12,r11,AD00 E2CBCCAD %% R12=R11-AD00=Postman's halfword location
-filler- B2AC00FF
movs r11,3 E3B0B3C0 %% R11=3=new halfword
-filler- B2ACFF00
strh r11 [r12] E1CCB0B0 %% Store new halfword in Postman's halfword location
-filler- BFFF0000
-filler- 00000000
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler- BFFF0000
adc r12,lr, A10 E2AECEA1 %% R12=LR+A10
-filler- FF000000
adc r12,r12 D30000 E2ACC8D3 %% R12=R12+D30000
bic r12,r12, C00000 E3CCC8C0 %% R12=R12 and notC00000
-filler- B2AC00FF
adc r0,r12, A8 E2AC00A8 %% R0=R12+A8=SetCB2WhiteOutGER
Box names:
Box 1: (*"Un.RQn) [lefty "] * = h on emulator, p on console
Box 2: ( ?"F'...o ) [starts with space; righty "; lefty ' ; one ...; ends with space]
Box 3: (?"......Rm ) [righty "; two ...; ends with two spaces]
Box 4: (E ) [ends with seven spaces]
Box 5: (E ) [ends with seven spaces]
Box 6: ( ?" ) [starts with space; righty "; ends with five spaces]
Box 7: (?" ) [righty "; ends with six spaces]
Box 8: (EmFlo ) [lower case L; ends with three spaces]
Box 9: (yLRom"Ro) [righty "]
Box 10: ( ?"FGEn ) [starts with space; righty "; ends with space]
Box 11: (?" ...?q ) [righty "; one space after "; one ...; ends with two spaces]
Box 12: (E0T-n ) [zero; ends with three spaces]
Box 13: (YN?nFNRo)
Box 14: ( ?"7 ?n ) [starts with space, righty "; one space after 7; ends with space]
_______________________________
For Spanish versions:
sbc r11,pc,°° E2CFB1** %% R11=PC-°° **=DC °°=37 on emulator, **=E4 °°=39 on console
sbc r12,r11,AD00 E2CBCCAD %% R12=R11-AD00=Postman's halfword location
-filler- B2AC00FF
movs r11,3 E3B0B3C0 %% R11=3=new halfword
-filler- B2ACFF00
strh r11 [r12] E1CCB0B0 %% Store new halfword in Postman's halfword location
-filler- BFFF0000
-filler- 00000000
-filler- FF000000
-filler- 000000BF
-filler- 00000000
-filler- B2AC00FF
-filler- 00000000
-filler- B2ACFF00
-filler- 00000000
-filler- BFFF0000
mvn r12, E1 E3E0C0E1 %% R12=notE1=FFFFFF1E
-filler- FF000000
bic r12,r12, ED00000 E3CCC6ED %% R12=R12 and notED00000=F12FFF1E
bic r11,r12, 1000000E E3CCB2E1 %% R11=R12 and not1000000E=E12FFF10=bx r0 opcpde
-filler- B2AC00FF
adcs r12,pc, 30 E2BFC1C0 %% R12=PC+30
-filler- B2ACFF00
strt r11, [r12]! E5ACB000 %% Store bx r0 opcode in [r12]
-filler-
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment