mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-19 15:17:26 -05:00
forgot to make 3jumptext an ender
original-commit-id: 669c461ad8c60c0ca709fc5b52f02c6a0fc60561
This commit is contained in:
parent
6829d3aafe
commit
e810b8df37
5
pksv.py
5
pksv.py
|
|
@ -292,8 +292,9 @@ pksv_crystal = {
|
|||
}
|
||||
|
||||
#these cause the script to end; used in create_command_classes
|
||||
pksv_crystal_more_enders = [0x03, 0x04, 0x05, 0x0C, 0x51, 0x53,
|
||||
0x8D, 0x8F, 0x90, 0x91, 0x92, 0x9B,
|
||||
pksv_crystal_more_enders = [0x03, 0x04, 0x05, 0x0C, 0x51, 0x52,
|
||||
0x53, 0x8D, 0x8F, 0x90, 0x91, 0x92,
|
||||
0x9B,
|
||||
0xB2, #maybe?
|
||||
0xCC, #maybe?
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user