diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 11:04:52 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 11:04:52 -0500 |
| commit | 5d57fec78314ee584fdc60388ddf19a1610b9d15 (patch) | |
| tree | 111e7b966664f9bd000e4b3cdea8fbb27cc6300f /gfx/player.asm | |
| parent | Organize home and macro code (diff) | |
| download | pokeyellow-5d57fec78314ee584fdc60388ddf19a1610b9d15.tar.gz pokeyellow-5d57fec78314ee584fdc60388ddf19a1610b9d15.tar.xz pokeyellow-5d57fec78314ee584fdc60388ddf19a1610b9d15.zip | |
Remove unused RG/RB graphics
Diffstat (limited to 'gfx/player.asm')
| -rw-r--r-- | gfx/player.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/player.asm b/gfx/player.asm index 20eb48b4..188daaf2 100644 --- a/gfx/player.asm +++ b/gfx/player.asm @@ -1,3 +1,3 @@ -RedPicFront:: INCBIN "gfx/player/yellow/red.pic" +RedPicFront:: INCBIN "gfx/player/red.pic" ShrinkPic1:: INCBIN "gfx/player/shrink1.pic" ShrinkPic2:: INCBIN "gfx/player/shrink2.pic" |
