diff options
author | JimB16 <f1@jimb.de> | 2015-10-08 20:53:39 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-10-08 20:53:39 +0200 |
commit | 6730600d9b960f6f5583f4430a827f318c043df9 (patch) | |
tree | cb7a5d54af3cb6faf03cad3473baed663880f7c2 /misc/mobile_5f.asm | |
parent | 975efb28aec9faf9409cbf85fc636ac2e4219138 (diff) |
found CalcPkmnStats-function
Diffstat (limited to 'misc/mobile_5f.asm')
-rw-r--r-- | misc/mobile_5f.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mobile_5f.asm b/misc/mobile_5f.asm index d581467ff..e049ac6de 100644 --- a/misc/mobile_5f.asm +++ b/misc/mobile_5f.asm @@ -2465,7 +2465,7 @@ endr ld e, l push hl ld b, $0 - callba Functione167 + callba CalcPkmnStats ld a, [PartyCount] dec a ld hl, PartyMon1HP |