diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-21 17:37:36 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-21 17:37:36 -0500 |
commit | 7e0a4968b35c3f76dee9570ce2113ee1070a653c (patch) | |
tree | 76bdaa63c5c1a751c305fb935fc72ac032b3ce70 /home.asm | |
parent | db8741635917237d6bc96d5260034953b7344b8e (diff) |
LoadPokedexTilePatterns and engine/overworld/map_sprites.asm
Also replace dummy sprites and fix replace.sh to only parse .asm files
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4820,7 +4820,7 @@ ReloadMapSpriteTilePatterns:: ; 3e1e (0:3e1e) res 0, [hl] push hl xor a - ld [W_SPRITESETID], a + ld [wSpriteSetID], a call DisableLCD call InitMapSprites call EnableLCD |