diff options
Diffstat (limited to 'gfx/load_pics.asm')
-rwxr-xr-x | gfx/load_pics.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gfx/load_pics.asm b/gfx/load_pics.asm index 040a1d644..838fc5656 100755 --- a/gfx/load_pics.asm +++ b/gfx/load_pics.asm @@ -48,7 +48,7 @@ GetUnownLetter: ; 51040 ld [UnownLetter], a ret -GetFrontpic: ; 51077 +GetMonFrontpic: ; 51077 ld a, [CurPartySpecies] ld [CurSpecies], a call IsAPokemon @@ -60,7 +60,7 @@ GetFrontpic: ; 51077 ld [rSVBK], a ret -FrontpicPredef: ; 5108b +GetAnimatedFrontpicPredef: ; 5108b ld a, [CurPartySpecies] ld [CurSpecies], a call IsAPokemon @@ -195,7 +195,7 @@ LoadFrontpicTiles: ; 5114f jr nz, .loop ret -GetBackpic: ; 5116c +GetMonBackpic: ; 5116c ld a, [CurPartySpecies] call IsAPokemon ret c |