summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorstringflow <Simon.oehmke@gmail.com>2021-12-09 17:30:15 +0100
committerGitHub <noreply@github.com>2021-12-09 10:30:15 -0600
commit9523681b8c356cad3607a32893f095334a80fb6e (patch)
tree28bda0f0ad96b5b53666440e9a6f4391e83fb961 /wram.asm
parent09e92c554c7563b52a9484b26d96d903c7635b0d (diff)
Fix incorrect comment about money received after battle (#346)
* fix incorrect comment about money received after battle * fix incorrect comment in wram.asm
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 12b1e51a..428d8c96 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1199,7 +1199,7 @@ ENDU
ds 2
-; money received after battle = base money × level of highest-level enemy mon
+; money received after battle = base money × level of last enemy mon
wTrainerBaseMoney:: dw ; BCD
wMissableObjectCounter:: db