From 999c804f6f8de0be13d312af9165c99e005a25d1 Mon Sep 17 00:00:00 2001 From: pfero Date: Fri, 3 Nov 2017 01:09:27 +0100 Subject: 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. --- engine/stats_screen.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/stats_screen.asm') 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] -- cgit v1.2.3