mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-24 23:27:03 -05:00
script command scripttalkerafter is an ender
Also, reformat the list of enders for readability and to work better with diff tools in the future. see also: 92152c98fc0cd319f5fff1b0e7ee76dc2c0520d2
This commit is contained in:
parent
c8c8b32efb
commit
94dd0f6d63
|
|
@ -293,13 +293,23 @@ pksv_crystal = {
|
|||
}
|
||||
|
||||
#these cause the script to end; used in create_command_classes
|
||||
pksv_crystal_more_enders = [0x03, 0x04, 0x05, 0x0C, 0x51, 0x52,
|
||||
0x53, 0x8D, 0x8F, 0x90, 0x91, 0x92,
|
||||
0x9B,
|
||||
0xB2, #maybe?
|
||||
0xCC, #maybe?
|
||||
0x9A, # describedecoration
|
||||
]
|
||||
pksv_crystal_more_enders = [
|
||||
0x03, # 2jump
|
||||
0x04,
|
||||
0x05,
|
||||
0x0C,
|
||||
0x51,
|
||||
0x52,
|
||||
0x53,
|
||||
0x65,
|
||||
0x8D, # priorityjump
|
||||
0x8F, # ptpriorityjump
|
||||
0x90, # return
|
||||
0x91, # end
|
||||
0x92, # reloadandreturn
|
||||
0x9A, # describedecoration
|
||||
0x9B, # fruittree
|
||||
]
|
||||
|
||||
# these have no pksv names as of pksv 2.1.1
|
||||
pksv_crystal_unknowns = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user