mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Trainerpic command and Fossils
This commit is contained in:
parent
9a54c174ef
commit
913850d433
19 changed files with 91 additions and 8 deletions
|
|
@ -234,8 +234,9 @@ ScriptCommandTable:
|
|||
dw Script_getname ; a7
|
||||
dw Script_wait ; a8
|
||||
dw Script_checksave ; a9
|
||||
dw Script_loadmonindex ; aa
|
||||
dw Script_checkmaplockedmons ; ab
|
||||
dw Script_trainerpic ; aa
|
||||
dw Script_loadmonindex ; ab
|
||||
dw Script_checkmaplockedmons ; ac
|
||||
assert_table_length NUM_EVENT_COMMANDS
|
||||
|
||||
StartScript:
|
||||
|
|
@ -2348,6 +2349,12 @@ Script_checkver_duplicate: ; unreferenced
|
|||
.gs_version:
|
||||
db GS_VERSION
|
||||
|
||||
Script_trainerpic:
|
||||
call GetScriptByte
|
||||
ld [wTrainerClass], a
|
||||
farcall Trainerpic
|
||||
ret
|
||||
|
||||
Script_loadmonindex:
|
||||
; script command 0xaa
|
||||
call LoadScriptPokemonID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue