diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-23 15:31:55 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-23 15:31:55 -0500 |
| commit | d973447818ba774a166ebc748572487dc3071ba9 (patch) | |
| tree | 43944515b5b2e2dfd3832db63435d65554d31d57 /yellow | |
| parent | More bankF documentation. (diff) | |
| download | pokeyellow-d973447818ba774a166ebc748572487dc3071ba9.tar.gz pokeyellow-d973447818ba774a166ebc748572487dc3071ba9.tar.xz pokeyellow-d973447818ba774a166ebc748572487dc3071ba9.zip | |
More BankF documentation
MoveHitTest to MoveEffectPointerTable
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: |
