diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-08-23 04:10:58 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-10-21 00:42:36 +0200 |
commit | 7d0de22e7ec409ca05cb43679061f4ce0652f6a1 (patch) | |
tree | e553eee4ea869c0e0e29ad8f5e30a04a6fdab010 /mobile | |
parent | b7770e5f885e8cdefb7fd7b8985aa1278bd6b0d9 (diff) |
Document mobile SDK error packets
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_40.asm | 4 | ||||
-rw-r--r-- | mobile/mobile_5f.asm | 20 |
2 files changed, 12 insertions, 12 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index 724c2c80e..c5d37a104 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -59,8 +59,8 @@ SetRAMStateForMobile: ld bc, $65 call ByteFill xor a - ld hl, wMobileErrorCodeBuffer - ld bc, $100 + ld hl, wMobileWRAM + ld bc, wMobileWRAMEnd - wMobileWRAM call ByteFill ldh a, [rIE] ld [wBGMapBuffer], a diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm index 5d563b29b..d4a7fcd62 100644 --- a/mobile/mobile_5f.asm +++ b/mobile/mobile_5f.asm @@ -4793,7 +4793,7 @@ MobileErrorCodes_23: db 1 dw $000, MobileErrorCode_23_000_Text MobileErrorCodes_24: db 1 - dw $000, MobileErrorCode_LineBusyText + dw $000, MobileErrorCode_ServerConnectionFailedText MobileErrorCodes_25: db 1 dw $000, MobileErrorCode_25_000_Text @@ -4803,11 +4803,11 @@ MobileErrorCodes_26: db 1 MobileErrorCodes_30: db 17 dw $000, MobileErrorCode_CommuncationErrorText - dw $221, MobileErrorCode_LineBusyText - dw $421, MobileErrorCode_LineBusyText + dw $221, MobileErrorCode_ServerConnectionFailedText + dw $421, MobileErrorCode_ServerConnectionFailedText dw $450, MobileErrorCode_30_450_Text - dw $451, MobileErrorCode_LineBusyText - dw $452, MobileErrorCode_LineBusyText + dw $451, MobileErrorCode_ServerConnectionFailedText + dw $452, MobileErrorCode_ServerConnectionFailedText dw $500, MobileErrorCode_CommuncationErrorText dw $501, MobileErrorCode_CommuncationErrorText dw $502, MobileErrorCode_CommuncationErrorText @@ -4815,17 +4815,17 @@ MobileErrorCodes_30: db 17 dw $504, MobileErrorCode_CommuncationErrorText dw $550, MobileErrorCode_30_550_Text dw $551, MobileErrorCode_30_551_Text - dw $552, MobileErrorCode_LineBusyText + dw $552, MobileErrorCode_ServerConnectionFailedText dw $553, MobileErrorCode_30_553_Text - dw $554, MobileErrorCode_LineBusyText - dw -1, MobileErrorCode_LineBusyText + dw $554, MobileErrorCode_ServerConnectionFailedText + dw -1, MobileErrorCode_ServerConnectionFailedText MobileErrorCodes_31: db 5 dw $000, MobileErrorCode_CommuncationErrorText dw $002, MobileErrorCode_31_002_Text dw $003, MobileErrorCode_31_003_Text dw $004, MobileErrorCode_CommuncationErrorText - dw -1, MobileErrorCode_LineBusyText + dw -1, MobileErrorCode_ServerConnectionFailedText MobileErrorCodes_32: db 17 dw $000, MobileErrorCode_CommuncationErrorText @@ -5058,7 +5058,7 @@ MobileErrorCode_33_299_Text: next "せつめいしょを ごらんください" db "@" -MobileErrorCode_LineBusyText: +MobileErrorCode_ServerConnectionFailedText: ; The telephone line is busy. Due to this error, the Mobile Center cannot communicate. ; Please wait for a little while and call again. db "でんわかいせんが こんでいるか" |