mirror of https://github.com/pret/pokecrystal.git
Legacy support for `refreshscreen` and `reloadmappart`
This commit is contained in:
parent
17d3a1a8ae
commit
fdae742766
|
@ -206,6 +206,8 @@ DEF battlecheck EQUS "randomwildmon"
|
|||
DEF loadtrainerdata EQUS "loadtemptrainer"
|
||||
DEF loadpokedata EQUS "loadwildmon"
|
||||
DEF returnafterbattle EQUS "reloadmapafterbattle"
|
||||
DEF refreshscreen EQUS "reanchormap"
|
||||
DEF reloadmappart EQUS "refreshmap"
|
||||
DEF trainerstatus EQUS "trainerflagaction"
|
||||
DEF talkaftercancel EQUS "endifjustbattled"
|
||||
DEF talkaftercheck EQUS "checkjustbattled"
|
||||
|
|
Loading…
Reference in New Issue