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 | |
| parent | Bank 4 moveEffects (diff) | |
| download | pokeyellow-7e0a4968b35c3f76dee9570ce2113ee1070a653c.tar.gz pokeyellow-7e0a4968b35c3f76dee9570ce2113ee1070a653c.tar.xz pokeyellow-7e0a4968b35c3f76dee9570ce2113ee1070a653c.zip | |
LoadPokedexTilePatterns and engine/overworld/map_sprites.asm
Also replace dummy sprites and fix replace.sh to only parse .asm files
Diffstat (limited to 'home')
| -rw-r--r-- | home/overworld.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm index 9d9b804a..f08ef86a 100644 --- a/home/overworld.asm +++ b/home/overworld.asm @@ -2044,7 +2044,7 @@ ResetMapVariables:: ; 0f56 (0:0f56) ld [hSCX],a ld [wWalkCounter],a ld [wUnusedD119],a - ld [W_SPRITESETID],a + ld [wSpriteSetID],a ld [wWalkBikeSurfStateCopy],a ret |
