summaryrefslogtreecommitdiff
path: root/engine/items/town_map.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 13:23:47 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 15:15:37 -0500
commit472f5824a65eaa76f6c92e66bfabb1a1eac66442 (patch)
tree14b4ba61b32f85c88011ad636f323e1da49b1212 /engine/items/town_map.asm
parente37300a446f6c5c9612e489305c96515cf88a5ca (diff)
Sync more with pokered
Diffstat (limited to 'engine/items/town_map.asm')
-rwxr-xr-xengine/items/town_map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/town_map.asm b/engine/items/town_map.asm
index c401d1c1..d385044a 100755
--- a/engine/items/town_map.asm
+++ b/engine/items/town_map.asm
@@ -152,7 +152,7 @@ LoadTownMap_Fly::
call LoadFontTilePatterns
ld de, BirdSprite
ld b, BANK(BirdSprite)
- ld c, $c
+ ld c, 12
ld hl, vSprites tile $04
call CopyVideoData
ld de, TownMapUpArrow