diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-10-21 01:31:34 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-10-21 01:31:34 -0600 |
| commit | d0bb99ec893c3880a8b606e7680bcdbaee71a46d (patch) | |
| tree | e1621cd5e45a744e05fb66f0dc299f6fadb895af /engine/battle/animations.asm | |
| parent | Merge branch 'master' of https://github.com/dannye/pokered (diff) | |
| download | pokeyellow-d0bb99ec893c3880a8b606e7680bcdbaee71a46d.tar.gz pokeyellow-d0bb99ec893c3880a8b606e7680bcdbaee71a46d.tar.xz pokeyellow-d0bb99ec893c3880a8b606e7680bcdbaee71a46d.zip | |
Add Yellow’s slot machine graphics.
Diffstat (limited to 'engine/battle/animations.asm')
| -rwxr-xr-x | engine/battle/animations.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index 0e5c025f..addcd8d6 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -373,6 +373,9 @@ ENDC IF DEF(_BLUE) INCBIN "gfx/blue/slotmachine2.2bpp" ENDC +INF DEF(_YELLOW) + INCBIN "gfx/yellow/slotmachine2.2bpp" +ENDC MoveAnimation: ; 78d5e (1e:4d5e) push hl |
