diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-18 07:50:41 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-18 07:50:41 +0100 |
commit | 1c5eed7a7f2dbfa30bcb4b14c5459fca9b73d1ac (patch) | |
tree | 2f9ba3e12e62e4ee944ba1882f4a72a592c73894 /src | |
parent | 64f6e5a34a56c597f6ba846fd17281092f18aef8 (diff) | |
parent | 706dd0dc1236e7f0fab25fed04c836e5d03e7a2e (diff) |
Merge https://github.com/ElectroDeoxys/poketcg
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/bank01.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/bank01.asm b/src/engine/bank01.asm index 644a6c2..5131025 100644 --- a/src/engine/bank01.asm +++ b/src/engine/bank01.asm @@ -7623,7 +7623,7 @@ PrintThereWasNoEffectFromStatusText: ; 700a (1:700a) ; returns carry if card at hTempPlayAreaLocation_ff9d ; is a basic card. ; otherwise, lists the card indices of all stages in -; in that card location, and returns the card one +; that card location, and returns the card one ; stage below. ; input: ; hTempPlayAreaLocation_ff9d = play area location to check; |