diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-11-04 20:32:10 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-11-04 20:32:10 -0500 |
commit | eff10f0e5047a8cb89964dec5cc0ed4e47dd01fc (patch) | |
tree | 4dfec4820bcb499c921ea14944ef97468eabd35f /data/mevent/script_common.inc | |
parent | 2fa08605b8cf4f8f2cca6ecad046587275737b20 (diff) |
Battle message buffers; review comments
Diffstat (limited to 'data/mevent/script_common.inc')
-rw-r--r-- | data/mevent/script_common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mevent/script_common.inc b/data/mevent/script_common.inc index b4a811d01..f3ca09e3d 100644 --- a/data/mevent/script_common.inc +++ b/data/mevent/script_common.inc @@ -15,7 +15,7 @@ gMEventSrvScript_UnableToSend:: .4byte 0x00, 0x09, NULL @ RETURN (other trn canceled) gMEventSrvScript_OtherTrnHasNews:: - .4byte 0x12, 0x10, gMEventClientScript_AlredyHadNews @ SEND + .4byte 0x12, 0x10, gMEventClientScript_AlreadyHadNews @ SEND .4byte 0x01, 0x00, NULL @ WAIT SEND .4byte 0x02, 0x14, NULL @ RECV .4byte 0x00, 0x07, NULL @ RETURN (other trn has news) |