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: core functionality done [commit 4] (#30)
This commit is contained in:
@@ -645,9 +645,9 @@ MACRO winlosstext
|
||||
dw \2 ; loss_text_pointer
|
||||
ENDM
|
||||
|
||||
const scripttalkafter_command ; $65
|
||||
MACRO scripttalkafter
|
||||
db scripttalkafter_command
|
||||
const jumptrainerafterbattlescript_command ; $65
|
||||
MACRO jumptrainerafterbattlescript
|
||||
db jumptrainerafterbattlescript_command
|
||||
ENDM
|
||||
|
||||
const endifjustbattled_command ; $66
|
||||
@@ -1076,4 +1076,9 @@ MACRO reloadmapafterviewmapmode
|
||||
db reloadmapafterviewmapmode_command
|
||||
ENDM
|
||||
|
||||
const jumptalkerscript_command ; $ac
|
||||
MACRO jumptalkerscript
|
||||
db jumptalkerscript_command
|
||||
ENDM
|
||||
|
||||
DEF NUM_EVENT_COMMANDS EQU const_value
|
||||
|
Reference in New Issue
Block a user