diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-21 17:15:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 17:15:25 -0800 |
commit | b97287be2923a037cd9aa5f3b35887feb31b0c03 (patch) | |
tree | 87932039e558304c5c832d2146517d8be4010fe9 /engine/stats_screen.asm | |
parent | 88f1b8165b4e0ce0e416e26d7cb7b3105b8f8c31 (diff) | |
parent | e5f9fddb86cd005d0dbcbb0fd1d4a04d3e6fee45 (diff) |
Merge pull request #397 from mid-kid/master
A few more labels and comments
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] |