diff options
| author | dannye <33dannye@gmail.com> | 2020-11-14 21:46:05 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-11-14 21:54:23 -0600 |
| commit | 48dc6a8cf4da512273e79e49346b35dcc225f773 (patch) | |
| tree | 52ca406cccaf728156d4d0f43d77b93ba0d75da4 /engine/battle/ghost_marowak_anim.asm | |
| parent | Add constants for player and rival starters (diff) | |
| parent | Fix file modes (diff) | |
| download | pokeyellow-48dc6a8cf4da512273e79e49346b35dcc225f773.tar.gz pokeyellow-48dc6a8cf4da512273e79e49346b35dcc225f773.tar.xz pokeyellow-48dc6a8cf4da512273e79e49346b35dcc225f773.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'engine/battle/ghost_marowak_anim.asm')
| -rw-r--r-- | engine/battle/ghost_marowak_anim.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/ghost_marowak_anim.asm b/engine/battle/ghost_marowak_anim.asm index 76d89ba9..fd21b29e 100644 --- a/engine/battle/ghost_marowak_anim.asm +++ b/engine/battle/ghost_marowak_anim.asm @@ -77,7 +77,7 @@ CopyMonPicFromBGToSpriteVRAM: ld [hli], a ld a, d ld [hli], a - ld a, OAM_OBP1 | 4 + ld a, OAM_OBP1 | OAM_HIGH_PALS ld [hli], a inc d dec c |
