diff options
| author | Zachary Buhman <zack@buhman.org> | 2023-08-26 08:11:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-26 10:11:55 -0500 |
| commit | 8003cca603ef55f95116c65dab8593aa578b248e (patch) | |
| tree | 9ea83c314afe048481ce46af2f4e1a7fbb3da7e0 /data/text | |
| parent | CI copy `.map` files to symbols branch (#428) (diff) | |
| download | pokeyellow-8003cca603ef55f95116c65dab8593aa578b248e.tar.gz pokeyellow-8003cca603ef55f95116c65dab8593aa578b248e.tar.xz pokeyellow-8003cca603ef55f95116c65dab8593aa578b248e.zip | |
text_2.asm: trivial missing whitespace (#425)
Diffstat (limited to 'data/text')
| -rw-r--r-- | data/text/text_2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/text/text_2.asm b/data/text/text_2.asm index 6720021c..dcb67c67 100644 --- a/data/text/text_2.asm +++ b/data/text/text_2.asm @@ -912,7 +912,7 @@ _TrainerAboutToUseText:: text_ram wTrainerName text " is" line "about to use" - cont"@" + cont "@" text_ram wEnemyMonNick text "!" |
