diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 16:55:42 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 16:55:42 -0500 |
| commit | 3de7ab601d465581accfe3ff171aeed2808c9647 (patch) | |
| tree | ab357b894c9457b3d1d38fd49300df34412168f8 /engine/battle/ghost_marowak_anim.asm | |
| parent | Remove trailing whitespace (diff) | |
| download | pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.tar.gz pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.tar.xz pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.zip | |
Sync more with 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 03059022..76d89ba9 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, $14 ; use OBP1 + ld a, OAM_OBP1 | 4 ld [hli], a inc d dec c |
