diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-08 01:44:41 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-08 01:44:41 -0800 |
| commit | 3870f5e10a1e17f35c78b176272df6b1f516f24e (patch) | |
| tree | 18905298246c725b735003f6c3b91f5e56203827 /constants | |
| parent | move-related things (diff) | |
| download | pokeyellow-3870f5e10a1e17f35c78b176272df6b1f516f24e.tar.gz pokeyellow-3870f5e10a1e17f35c78b176272df6b1f516f24e.tar.xz pokeyellow-3870f5e10a1e17f35c78b176272df6b1f516f24e.zip | |
named misc functions
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/misc_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index d2270b6c..3452a393 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -82,4 +82,4 @@ LINK_STATE_START_TRADE EQU $02 ; pre-trade selection screen initialisation LINK_STATE_START_BATTLE EQU $03 ; pre-battle initialisation LINK_STATE_BATTLING EQU $04 ; in a link battle LINK_STATE_RESET EQU $05 ; reset game (unused) -LINK_STATE_TRADING EQU $32 ; in a link trade
\ No newline at end of file +LINK_STATE_TRADING EQU $32 ; in a link trade |
