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 | |
parent | 975efb28aec9faf9409cbf85fc636ac2e4219138 (diff) |
found CalcPkmnStats-function
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mobile_45.asm | 6 | ||||
-rw-r--r-- | misc/mobile_5f.asm | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/mobile_45.asm b/misc/mobile_45.asm index 57837187c..31b277ed4 100644 --- a/misc/mobile_45.asm +++ b/misc/mobile_45.asm @@ -15686,7 +15686,7 @@ Function11b483: ; 11b483 pop de push de ld b, $1 - predef Functione167 + predef CalcPkmnStats pop de ld h, d ld l, e @@ -16102,7 +16102,7 @@ Function11b6b4: ; 11b6b4 ld hl, $c616 + 1 ld de, $c62c + 5 ld b, $1 - predef Functione167 + predef CalcPkmnStats ld de, $c62c + 5 ld hl, $c62c + 3 ld a, [de] @@ -23076,7 +23076,7 @@ endr ld hl, $000a add hl, bc ld b, $1 - predef Functione167 + predef CalcPkmnStats pop de pop hl rept 2 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 |