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
|
|
@ -1065,14 +1065,20 @@ MACRO checksave
|
|||
db checksave_command
|
||||
ENDM
|
||||
|
||||
const loadmonindex_command ; $aa
|
||||
const trainerpic_command ; $aa
|
||||
MACRO trainerpic
|
||||
db trainerpic_command
|
||||
db \1 ; trainer
|
||||
ENDM
|
||||
|
||||
const loadmonindex_command ; $ab
|
||||
MACRO loadmonindex
|
||||
db loadmonindex_command
|
||||
dw \2 ; pokemon
|
||||
db \1 ; 0: don't reserve, 1-8: reserve in specific spot
|
||||
ENDM
|
||||
|
||||
const checkmaplockedmons_command ; $ab
|
||||
const checkmaplockedmons_command ; $ac
|
||||
MACRO checkmaplockedmons
|
||||
db checkmaplockedmons_command
|
||||
ENDM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue