You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Implement talker events [commit 2] (#30)
This commit is contained in:
@@ -206,7 +206,7 @@ DEF battlecheck EQUS "randomwildmon"
|
||||
DEF loadtrainerdata EQUS "loadtemptrainer"
|
||||
DEF loadpokedata EQUS "loadwildmon"
|
||||
DEF returnafterbattle EQUS "reloadmapafterbattle"
|
||||
DEF trainerstatus EQUS "trainerflagaction"
|
||||
DEF trainerstatus EQUS "trainerortalkerflagaction"
|
||||
DEF talkaftercancel EQUS "endifjustbattled"
|
||||
DEF talkaftercheck EQUS "checkjustbattled"
|
||||
DEF playrammusic EQUS "encountermusic"
|
||||
|
@@ -632,9 +632,9 @@ MACRO trainertext
|
||||
db \1 ; text_id
|
||||
ENDM
|
||||
|
||||
const trainerflagaction_command ; $63
|
||||
MACRO trainerflagaction
|
||||
db trainerflagaction_command
|
||||
const trainerortalkerflagaction_command ; $63
|
||||
MACRO trainerortalkerflagaction
|
||||
db trainerortalkerflagaction_command
|
||||
db \1 ; action
|
||||
ENDM
|
||||
|
||||
|
Reference in New Issue
Block a user