diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-18 15:52:03 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-18 15:52:03 -0500 |
| commit | 148d3f3cf28f9c270e3d5043af0692d95bc731c5 (patch) | |
| tree | cf803f89ccc700b679154cee4dad3312d108c1cc /engine/battle/end_of_battle.asm | |
| parent | Simplify map connections (diff) | |
| download | pokeyellow-148d3f3cf28f9c270e3d5043af0692d95bc731c5.tar.gz pokeyellow-148d3f3cf28f9c270e3d5043af0692d95bc731c5.tar.xz pokeyellow-148d3f3cf28f9c270e3d5043af0692d95bc731c5.zip | |
Consolidate coord macros
Diffstat (limited to 'engine/battle/end_of_battle.asm')
| -rwxr-xr-x | engine/battle/end_of_battle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/end_of_battle.asm b/engine/battle/end_of_battle.asm index 075cbeb1..8264e49c 100755 --- a/engine/battle/end_of_battle.asm +++ b/engine/battle/end_of_battle.asm @@ -19,7 +19,7 @@ EndOfBattle: ; 137aa (4:77aa) jr z, .placeWinOrLoseString ld de, DrawText .placeWinOrLoseString - hlCoord 6, 8 + coord hl, 6, 8 call PlaceString ld c, 200 call DelayFrames |
