diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-13 19:24:07 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-13 19:24:07 -0700 |
| commit | 5d3b958763d48e6049e13b068d2f2d5382cdcad2 (patch) | |
| tree | aa2e92da01b778c6af8fea049a03978be5ad0adc /engine/mon_party_sprites.asm | |
| parent | named party menu/naming screen wram variables (diff) | |
| download | pokeyellow-5d3b958763d48e6049e13b068d2f2d5382cdcad2.tar.gz pokeyellow-5d3b958763d48e6049e13b068d2f2d5382cdcad2.tar.xz pokeyellow-5d3b958763d48e6049e13b068d2f2d5382cdcad2.zip | |
named town map stuff
Diffstat (limited to 'engine/mon_party_sprites.asm')
| -rwxr-xr-x | engine/mon_party_sprites.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/mon_party_sprites.asm b/engine/mon_party_sprites.asm index e3ccde57..e7f9d2df 100755 --- a/engine/mon_party_sprites.asm +++ b/engine/mon_party_sprites.asm @@ -315,7 +315,7 @@ WriteMonPartySpriteOAMByPartyIndex: ; 71868 (1c:5868) add hl, de ld a, [hl] call GetPartyMonSpriteID - ld [wcd5b], a + ld [wOAMBaseTile], a call WriteMonPartySpriteOAM pop bc pop de @@ -329,7 +329,7 @@ WriteMonPartySpriteOAMBySpecies: ; 71882 (1c:5882) ld [hPartyMonIndex], a ld a, [wMonPartySpriteSpecies] call GetPartyMonSpriteID - ld [wcd5b], a + ld [wOAMBaseTile], a jr WriteMonPartySpriteOAM UnusedPartyMonSpriteFunction: ; 71890 (1c:5890) |
