aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/trade.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2025-11-12 17:56:10 -0600
committerdannye <33dannye@gmail.com>2025-11-12 17:56:10 -0600
commit324ae167d15ae4eef3cda411e10201661e57d88d (patch)
tree86c2b73ce1262f12c1b3eb82874e8572e80e583f /engine/movie/trade.asm
parentSeparate surfing Pikachu graphics from audio engine code (diff)
parentUse features of RGBDS 1.0.0 (#537) (diff)
downloadpokeyellow-324ae167d15ae4eef3cda411e10201661e57d88d.tar.gz
pokeyellow-324ae167d15ae4eef3cda411e10201661e57d88d.tar.xz
pokeyellow-324ae167d15ae4eef3cda411e10201661e57d88d.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'engine/movie/trade.asm')
-rw-r--r--engine/movie/trade.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/movie/trade.asm b/engine/movie/trade.asm
index 852af717..1af97969 100644
--- a/engine/movie/trade.asm
+++ b/engine/movie/trade.asm
@@ -151,7 +151,7 @@ Trade_Delay80:
Trade_ClearTileMap:
hlcoord 0, 0
ld bc, SCREEN_AREA
- ld a, " "
+ ld a, ' '
jp FillMemory
LoadTradingGFXAndMonNames:
@@ -169,7 +169,7 @@ LoadTradingGFXAndMonNames:
call FarCopyData
ld hl, vBGMap0
ld bc, 2 * TILEMAP_AREA
- ld a, " "
+ ld a, ' '
call FillMemory
call ClearSprites
ld a, $ff