diff options
Diffstat (limited to 'data/mevent')
-rw-r--r-- | data/mevent/script_common.inc | 2 | ||||
-rw-r--r-- | data/mevent/script_ish.inc | 6 |
2 files changed, 4 insertions, 4 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) diff --git a/data/mevent/script_ish.inc b/data/mevent/script_ish.inc index 7664e8391..ed6b639da 100644 --- a/data/mevent/script_ish.inc +++ b/data/mevent/script_ish.inc @@ -1,4 +1,4 @@ -gMEventClientScript_IntialListen:: @ 84687E0 +gMEventClientScript_InotialListen:: @ 84687E0 .4byte 0x02, 0x10 @ RECEIVE ID(0x10) .4byte 0x04, 0x00 @ JUMP TO RECEIVE BUFFER @@ -35,7 +35,7 @@ gMEventClientScript_ReceiveNewsAndValidate:: .4byte 0x02, 0x10 @ RECEIVE ID(0x10) .4byte 0x04, 0x00 @ JUMP TO RECEIVE BUFFER -gMEventClientScript_AlredyHadNews:: @ already had news +gMEventClientScript_AlreadyHadNews:: @ already had news .4byte 0x14, 0x00 @ SEND ALL .4byte 0x01, 0x07 @ RETURN 0x07 @@ -50,7 +50,7 @@ gMEventClientScript_AskWouldLikeToTossCard:: .4byte 0x02, 0x10 @ RECEIVE ID(0x10) .4byte 0x04, 0x00 @ JUMP TO RECEIVE BUFFER -gMEventClientScript_OtherTrainerCanceled:: @ comm cancelled +gMEventClientScript_OtherTrainerCanceled:: @ comm canceled .4byte 0x14, 0x00 @ SEND ALL .4byte 0x01, 0x09 @ RETURN 0x09 |