Status strings

This commit is contained in:
PikalaxALT
2015-11-03 09:45:25 -05:00
parent 4a16bbe45a
commit 40eae001a1
3 changed files with 19 additions and 19 deletions

View File

@@ -4945,7 +4945,7 @@ PrintPlayerHUD: ; 3dfbf
push af
push hl
ld de, BattleMonStatus
predef Function50d2e
predef PlaceNonFaintStatus
pop hl
pop bc
ret nz
@@ -5024,7 +5024,7 @@ DrawEnemyHUD: ; 3e043
push af
push hl
ld de, EnemyMonStatus
predef Function50d2e
predef PlaceNonFaintStatus
pop hl
pop bc
jr nz, .asm_3e0be