diff options
Diffstat (limited to 'home/battle.asm')
-rw-r--r-- | home/battle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/battle.asm b/home/battle.asm index 77ec0b026..d7e81f8a3 100644 --- a/home/battle.asm +++ b/home/battle.asm @@ -56,7 +56,7 @@ OpponentPartyAttr:: jr OTPartyAttr BattlePartyAttr:: -; Get attribute a from the party struct of the active battle mon. +; Get attribute a from the party struct of the active battle mon. push bc ld c, a ld b, 0 |