diff options
author | IIMarckus <iimarckus@gmail.com> | 2013-10-17 21:48:35 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2013-10-17 21:48:35 -0600 |
commit | 5c6bcde09f249f09aa2d138557659a6f8bae49e2 (patch) | |
tree | 391f3bc5677ae8548ee55fa35cf552c6c2e52684 | |
parent | ad402f12435ab661aa9b745a79d419fcae9340fc (diff) |
Improve comments.
-rw-r--r-- | main.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -54424,7 +54424,7 @@ ReadMove: ; 39884 (e:5884) pop hl ret -; move choice modifiaction methods that are applied for each trainer class +; move choice modification methods that are applied for each trainer class ; 0 is sentinel value TrainerClassMoveChoiceModifications: ; 3989b (e:589b) db 0 ; YOUNGSTER @@ -54476,6 +54476,7 @@ db 1,0 ; AGATHA db 1,3,0 ; LANCE ; trainer pic pointers and base money. +; money received after battle = base money × level of highest-level enemy mon dw YoungsterPic db 0,$15,0 |