diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-02-04 11:17:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 11:17:14 -0500 |
commit | ed44d1cdb7e2f389be56a0158f8ce857e02a76b3 (patch) | |
tree | f0b0c99546651898e1c326697164f2f95aa97d0b /home/mon_data.asm | |
parent | dd6812c06a3a5123fa277c9c07089cb35647b4d2 (diff) | |
parent | 24a23b19224fd8d2ac255e810c4b9c235118277a (diff) |
Merge pull request #680 from Rangi42/master
Miscellaneous fixes for #676
Diffstat (limited to 'home/mon_data.asm')
-rw-r--r-- | home/mon_data.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home/mon_data.asm b/home/mon_data.asm index dec80383c..f365f019c 100644 --- a/home/mon_data.asm +++ b/home/mon_data.asm @@ -31,7 +31,6 @@ GetBaseData:: jr .end .egg -; ???? ld de, UnknownEggPic ; Sprite dimensions @@ -39,8 +38,9 @@ GetBaseData:: ld hl, wBasePicSize ld [hl], b -; ???? - ld hl, wBasePadding +; Beta front and back sprites +; (see pokegold-spaceworld's data/pokemon/base_stats/*) + ld hl, wBaseUnusedFrontpic ld [hl], e inc hl ld [hl], d @@ -48,7 +48,7 @@ GetBaseData:: ld [hl], e inc hl ld [hl], d - jr .end + jr .end ; useless .end ; Replace Pokedex # with species |