diff options
author | ElectroDeoxys <40245959+ElectroDeoxys@users.noreply.github.com> | 2019-09-16 21:29:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-16 21:29:46 +0100 |
commit | 706dd0dc1236e7f0fab25fed04c836e5d03e7a2e (patch) | |
tree | 91aadacfbcce658e8956a5fc874de13fcde62c1c /src | |
parent | 68e8ba310f724114df5b0e09201e088ede9468b1 (diff) |
Update src/engine/bank01.asm
Co-Authored-By: Andrew <andrewrmartinek@gmail.com>
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; |