diff options
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_22_2.asm | 16 | ||||
-rw-r--r-- | mobile/mobile_42.asm | 14 |
2 files changed, 15 insertions, 15 deletions
diff --git a/mobile/mobile_22_2.asm b/mobile/mobile_22_2.asm index 4b28f791f..136df59d6 100644 --- a/mobile/mobile_22_2.asm +++ b/mobile/mobile_22_2.asm @@ -459,27 +459,27 @@ Function8b555: UnknownText_0x8b5ce: ; Please enter any four-digit number. - text_far UnknownText_0x1bc187 + text_far _EnterNewPasscodeText text_end UnknownText_0x8b5d3: ; Enter the same number to confirm. - text_far UnknownText_0x1bc1ac + text_far _ConfirmPasscodeText text_end UnknownText_0x8b5d8: ; That's not the same number. - text_far UnknownText_0x1bc1cf + text_far _PasscodesNotSameText text_end UnknownText_0x8b5dd: ; Your PASSCODE has been set. Enter this number next time to open the CARD FOLDER. - text_far UnknownText_0x1bc1eb + text_far _PasscodeSetText text_end UnknownText_0x8b5e2: ; 0000 is invalid! - text_far UnknownText_0x1bc23e + text_far _FourZerosInvalidText text_end Function8b5e7: @@ -524,17 +524,17 @@ Function8b5e7: UnknownText_0x8b642: ; Enter the CARD FOLDER PASSCODE. - text_far UnknownText_0x1bc251 + text_far _EnterPasscodeText text_end UnknownText_0x8b647: ; Incorrect PASSCODE! - text_far UnknownText_0x1bc272 + text_far _IncorrectPasscodeText text_end UnknownText_0x8b64c: ; CARD FOLDER open.@ @ - text_far UnknownText_0x1bc288 + text_far _CardFolderOpenText text_asm ld de, SFX_TWINKLE call PlaySFX diff --git a/mobile/mobile_42.asm b/mobile/mobile_42.asm index 4cb54ce05..294f80193 100644 --- a/mobile/mobile_42.asm +++ b/mobile/mobile_42.asm @@ -1550,15 +1550,15 @@ Function108bec: ret .PlayerWillTradeMon: - text_far UnknownText_0x1bc787 + text_far _TradingText10 text_end .ForPartnersMon: - text_far UnknownText_0x1bc79d + text_far _TradingText11 text_end .UnusedTextPlayersMonTrade: - text_far UnknownText_0x1bc7b0 + text_far _TradingText12 text_end Function108c16: @@ -1571,7 +1571,7 @@ Function108c16: ret .TakeGoodCareOfMon: - text_far UnknownText_0x1bc7c3 + text_far _TradingText13 text_end Function108c2b: @@ -1584,7 +1584,7 @@ Function108c2b: ret .PlayersMonTrade: - text_far UnknownText_0x1bc7dd + text_far _TradingText14 text_end Function108c40: @@ -1607,11 +1607,11 @@ Function108c40: ret .TakeGoodCareOf: - text_far UnknownText_0x1bc7f0 + text_far _TradingText15 text_end .CameBack: - text_far UnknownText_0x1bc80a + text_far _TradingText16 text_end Function108c6d: |