diff options
author | pfero <ohpee@loves.dicksinhisan.us> | 2017-11-03 01:09:27 +0100 |
---|---|---|
committer | pfero <ohpee@loves.dicksinhisan.us> | 2017-11-03 01:12:16 +0100 |
commit | 999c804f6f8de0be13d312af9165c99e005a25d1 (patch) | |
tree | 7dd94c817eb10e10ee6a6bf5729538143906754a /engine/stats_screen.asm | |
parent | 88f1b8165b4e0ce0e416e26d7cb7b3105b8f8c31 (diff) |
Label some functions in gfx/load_pics.asm
A few projects I looked around in used these same labels for these
functions, and it looks like they describe these functions properly.
Also fixed usage of BANK() in a few places.
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-x | engine/stats_screen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm index 2412c0e13..6a59019f0 100755 --- a/engine/stats_screen.asm +++ b/engine/stats_screen.asm @@ -869,7 +869,7 @@ StatsScreen_PlaceFrontpic: ; 4e226 (13:6226) predef FrontpicPredef hlcoord 0, 0 ld d, $0 - ld e, $2 + ld e, ANIM_MON_MENU predef LoadMonAnimation ld hl, wcf64 set 6, [hl] |