forgot to make 3jumptext an ender

This commit is contained in:
yenatch 2013-01-14 23:19:31 -05:00
parent 28b565a01c
commit 669c461ad8
1 changed files with 3 additions and 2 deletions

View File

@ -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?
]