diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-03-01 20:58:06 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-03-01 20:58:06 +0100 |
commit | f184ad7947eaec60f5c25388ee98689fb52a93de (patch) | |
tree | b1db1f1abbff540b8dd3f7a323a8de7d1bbccd08 /src/text/text1.asm | |
parent | 511f237099b54942868712627d00d544cd48b225 (diff) |
some bank1 disasm and documentation related to menus and interfaces
Diffstat (limited to 'src/text/text1.asm')
-rw-r--r-- | src/text/text1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text/text1.asm b/src/text/text1.asm index cb2c804..f2285f9 100644 --- a/src/text/text1.asm +++ b/src/text/text1.asm @@ -771,7 +771,7 @@ NoCardsInHandText: ; 37348 (d:7348) text "No cards in hand." done -Text00a5: ; 3735b (d:735b) +TheDiscardPileHasNoCardsText: ; 3735b (d:735b) text "The Discard Pile has no cards." done |