diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-22 13:45:13 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-22 14:04:17 +0000 |
commit | 8a7b1433f09e9cf8e1d40c9b69acde180d13a986 (patch) | |
tree | 482c411c9cbd70d4ba76471a0da853f1487532c0 /src/text/text2.asm | |
parent | 21193167deaf379a4366d35f11779c1fad4ea931 (diff) |
Disassemble and document Card Pop! functions
Diffstat (limited to 'src/text/text2.asm')
-rw-r--r-- | src/text/text2.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/text/text2.asm b/src/text/text2.asm index 64224cb..55a08b4 100644 --- a/src/text/text2.asm +++ b/src/text/text2.asm @@ -784,27 +784,27 @@ Text0189: ; 39d1b (e:5d1b) line "with <RAMNAME>." done -Text018a: ; 39d39 (e:5d39) +AreYouBothReadyToCardPopText: ; 39d39 (e:5d39) text "Are you both ready" line "to Card Pop! ?" done -Text018b: ; 39d5c (e:5d5c) +ThePopWasntSuccessfulText: ; 39d5c (e:5d5c) text "The Pop! wasn't successful." line "Please try again." done -Text018c: ; 39d8b (e:5d8b) +CannotCardPopWithFriendPreviouslyPoppedWithText: ; 39d8b (e:5d8b) text "You cannot Card Pop! with a" line "friend you previously Popped! with." done -Text018d: ; 39dcc (e:5dcc) +PositionGameBoyColorsAndPressAButtonText: ; 39dcc (e:5dcc) text "Position the Game Boy Colors" line "and press the A Button." done -Text018e: ; 39e02 (e:5e02) +ReceivedThroughCardPopText: ; 39e02 (e:5e02) text "Received <RAMTEXT>" line "through Card Pop!" done |