diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-20 13:34:25 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-20 13:34:25 +0100 |
commit | 6a7f5a9ebe6e91607c92a4a98ec6562914c12ab8 (patch) | |
tree | 34a145890b65109d411ed5e8e212ecf07f645569 /src/text | |
parent | 511209843c1f851c24d07069193c8bedfd3c5579 (diff) |
Start Menu disasm
Diffstat (limited to 'src/text')
-rw-r--r-- | src/text/text3.asm | 26 | ||||
-rw-r--r-- | src/text/text_offsets.asm | 26 |
2 files changed, 26 insertions, 26 deletions
diff --git a/src/text/text3.asm b/src/text/text3.asm index ffe0f59..ff1565c 100644 --- a/src/text/text3.asm +++ b/src/text/text3.asm @@ -1269,29 +1269,29 @@ Text036b: ; 3ec03 (f:6c03) text "Mail 15" done -Text036c: ; 3ec0c (f:6c0c) +NewGameText: ; 3ec0c (f:6c0c) text "NEW GAME" done -Text036d: ; 3ec16 (f:6c16) +CardPopContinueDiaryNewGameText: ; 3ec16 (f:6c16) text "CARD POP!" line "CONTINUE FROM DIARY" line "NEW GAME" done -Text036e: ; 3ec3e (f:6c3e) +CardPopContinueDiaryNewGameContinueDuelText: ; 3ec3e (f:6c3e) text "CARD POP!" line "CONTINUE FROM DIARY" line "New Game" line "CONTINUE DUEL" done -Text036f: ; 3ec74 (f:6c74) +WhenYouCardPopWithFriendText: ; 3ec74 (f:6c74) text "When you CARD POP! with a friend," line "you will each receive a new card!" done -Text0370: ; 3ecb9 (f:6cb9) +ContinueFromDiarySummaryText: ; 3ecb9 (f:6cb9) text " <RAMNAME> <RAMTEXT>" line " Master Medals Won " half2full @@ -1307,32 +1307,32 @@ Text0370: ; 3ecb9 (f:6cb9) text "" done -Text0371: ; 3ed14 (f:6d14) +StartANewGameText: ; 3ed14 (f:6d14) text "Start a New Game." line "" done -Text0372: ; 3ed28 (f:6d28) +TheGameWillContinueFromThePointInTheDuelText: ; 3ed28 (f:6d28) text "The Game will continue from " line "the point in the duel at" line "which the power was turned OFF." done -Text0373: ; 3ed7f (f:6d7f) +SavedDataAlreadyExistsText: ; 3ed7f (f:6d7f) text "Saved data already exists." line "If you continue, you will lose" line "all the cards you have collected." done -Text0374: ; 3eddc (f:6ddc) +OKToDeleteTheDataText: ; 3eddc (f:6ddc) text "OK to delete the data?" done -Text0375: ; 3edf4 (f:6df4) +AllDataWasDeletedText: ; 3edf4 (f:6df4) text "All data was deleted." done -Text0376: ; 3ee0b (f:6e0b) +DataExistsWhenPowerWasTurnedOFFDuringDuelText: ; 3ee0b (f:6e0b) text "Data exists from when the power " line "was turned OFF during a duel." line "Choose CONTINUE DUEL on the" @@ -1347,11 +1347,11 @@ Text0376: ; 3ee0b (f:6e0b) line "from the point saved in" done -Text0377: ; 3ef50 (f:6f50) +ContinueFromDiaryText: ; 3ef50 (f:6f50) text "CONTINUE FROM DIARY?" done -Text0378: ; 3ef66 (f:6f66) +YouCanAccessCardPopOnlyWithGameBoyColorsText: ; 3ef66 (f:6f66) text "You can access Card Pop! only" line "with two Game Boy Colors." line "Please play using a Game Boy Color." diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm index b9d2561..10a58e8 100644 --- a/src/text/text_offsets.asm +++ b/src/text/text_offsets.asm @@ -877,19 +877,19 @@ TextOffsets:: ; 34000 (d:4000) textpointer Text0369 ; 0x0369 textpointer Text036a ; 0x036a textpointer Text036b ; 0x036b - textpointer Text036c ; 0x036c - textpointer Text036d ; 0x036d - textpointer Text036e ; 0x036e - textpointer Text036f ; 0x036f - textpointer Text0370 ; 0x0370 - textpointer Text0371 ; 0x0371 - textpointer Text0372 ; 0x0372 - textpointer Text0373 ; 0x0373 - textpointer Text0374 ; 0x0374 - textpointer Text0375 ; 0x0375 - textpointer Text0376 ; 0x0376 - textpointer Text0377 ; 0x0377 - textpointer Text0378 ; 0x0378 + textpointer NewGameText ; 0x036c + textpointer CardPopContinueDiaryNewGameText ; 0x036d + textpointer CardPopContinueDiaryNewGameContinueDuelText ; 0x036e + textpointer WhenYouCardPopWithFriendText ; 0x036f + textpointer ContinueFromDiarySummaryText ; 0x0370 + textpointer StartANewGameText ; 0x0371 + textpointer TheGameWillContinueFromThePointInTheDuelText ; 0x0372 + textpointer SavedDataAlreadyExistsText ; 0x0373 + textpointer OKToDeleteTheDataText ; 0x0374 + textpointer AllDataWasDeletedText ; 0x0375 + textpointer DataExistsWhenPowerWasTurnedOFFDuringDuelText ; 0x0376 + textpointer ContinueFromDiaryText ; 0x0377 + textpointer YouCanAccessCardPopOnlyWithGameBoyColorsText ; 0x0378 textpointer Text0379 ; 0x0379 textpointer Text037a ; 0x037a textpointer Text037b ; 0x037b |