diff options
Diffstat (limited to 'yellow')
| -rwxr-xr-x | yellow/main.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yellow/main.asm b/yellow/main.asm index f87b4ac7..96e1a2ac 100755 --- a/yellow/main.asm +++ b/yellow/main.asm @@ -3513,8 +3513,10 @@ ABTiles: INCBIN "gfx/AB.2bpp" HpBarAndStatusGraphics: INCBIN "gfx/hp_bar_and_status.2bpp" HpBarAndStatusGraphicsEnd: BattleHudTiles1: INCBIN "gfx/battle_hud1.1bpp" +BattleHudTiles1End: BattleHudTiles2: INCBIN "gfx/battle_hud2.1bpp" BattleHudTiles3: INCBIN "gfx/battle_hud3.1bpp" +BattleHudTiles3End: NintendoCopyrightLogoGraphics: INCBIN "gfx/copyright.2bpp" GamefreakLogoGraphics: INCBIN "gfx/gamefreak.2bpp" GamefreakLogoGraphicsEnd: |
