You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Implement talker events [commit 2] (#30)
This commit is contained in:
@@ -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