mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Fix incorrect comment about money received after battle (#346)
* fix incorrect comment about money received after battle * fix incorrect comment in wram.asm
This commit is contained in:
parent
09e92c554c
commit
9523681b8c
|
@ -6,7 +6,7 @@ ENDM
|
|||
TrainerPicAndMoneyPointers::
|
||||
table_width 5, TrainerPicAndMoneyPointers
|
||||
; pic pointer, base reward money
|
||||
; money received after battle = base money × level of highest-level enemy mon
|
||||
; money received after battle = base money × level of last enemy mon
|
||||
pic_money YoungsterPic, 1500
|
||||
pic_money BugCatcherPic, 1000
|
||||
pic_money LassPic, 1500
|
||||
|
|
Loading…
Reference in a new issue