diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:57 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:57 -0400 |
commit | ba5bc304f959d2387b45b9320808797272cf958a (patch) | |
tree | 76028ce9aed1bcaaa5f700b4785df10c0f504c66 /main.asm | |
parent | 7883e8f431a0b8f995c8f581af248b53896e5aa5 (diff) |
Updates to more closely sync with pokegold
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -262,7 +262,7 @@ INCLUDE "data/pokemon/names.asm" INCLUDE "data/pokemon/unused_pic_banks.asm" UnusedEggPic:: -; Another egg pic. This is shifted up a few pixels. +; The G/S Egg pic. This is shifted up a few pixels. INCBIN "gfx/pokemon/egg/unused_front.2bpp.lz" |