aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/1c.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-30 13:17:47 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-30 13:17:47 -0400
commit286c160c27e58caad32f776cec684eb8cb2cb22a (patch)
treed89563a88a9674837896d6e88b9c9431b708bf97 /engine/battle/1c.asm
parentFix IsDungeonMap comments (diff)
parentRemove redundant dimensions in image filenames. (diff)
downloadpokeyellow-286c160c27e58caad32f776cec684eb8cb2cb22a.tar.gz
pokeyellow-286c160c27e58caad32f776cec684eb8cb2cb22a.tar.xz
pokeyellow-286c160c27e58caad32f776cec684eb8cb2cb22a.zip
Merge branch 'master' of https://github.com/yenatch/pokered
Conflicts: engine/battle/1c.asm
Diffstat (limited to 'engine/battle/1c.asm')
-rwxr-xr-xengine/battle/1c.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/battle/1c.asm b/engine/battle/1c.asm
index dff505a1..d936c7e5 100755
--- a/engine/battle/1c.asm
+++ b/engine/battle/1c.asm
@@ -45,9 +45,9 @@ Func_708ca: ; 708ca (1c:48ca)
jp ClearSprites
Func_7092a: ; 7092a (1c:492a)
- ld de, $9000
- ld hl, $8000
- ld bc, $31
+ ld de, vFrontPic
+ ld hl, vSprites
+ ld bc, 7 * 7
call CopyVideoData
ld a, $10
ld [W_BASECOORDY], a ; wd082
@@ -261,7 +261,7 @@ DungeonMaps2: ; 70a44 (1c:4a44)
db $FF
LoadBattleTransitionTile: ; 70a4d (1c:4a4d)
- ld hl, $8ff0
+ ld hl, vChars1 + $7f0
ld de, BattleTransitionTile
ld bc, (BANK(BattleTransitionTile) << 8) + $01
jp CopyVideoData