diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-01-07 18:33:59 +1300 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-01-07 18:33:59 +1300 |
commit | 212eb2102c9b825a1a66746e1d19653675cd9780 (patch) | |
tree | 3195da0b95551993648f3b454ee1f2a3ed002089 /main.asm | |
parent | 3068ab2e19497ace112eb9608975944ebb3ae210 (diff) |
Begin decompiling Rote Edition
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -174,9 +174,11 @@ BattleHudTiles3End: NintendoCopyrightLogoGraphics: INCBIN "gfx/copyright.2bpp" GamefreakLogoGraphics: INCBIN "gfx/gamefreak.2bpp" GamefreakLogoGraphicsEnd: +Unk9Graphic: INCBIN "gfx/unk_9.2bpp" +Unk9GraphicEnd: TextBoxGraphics: INCBIN "gfx/text_box.2bpp" TextBoxGraphicsEnd: -PokedexTileGraphics: INCBIN "gfx/pokedex.2bpp" +PokedexTileGraphics: INCBIN "gfx/pokedex.2bpp",$10,$120 PokedexTileGraphicsEnd: WorldMapTileGraphics: INCBIN "gfx/town_map.2bpp" WorldMapTileGraphicsEnd: @@ -1879,10 +1881,10 @@ INCLUDE "engine/battle/decrement_pp.asm" Version_GFX: IF DEF(_RED) - INCBIN "gfx/red/redgreenversion.1bpp" ; 10 tiles + INCBIN "gfx/red/redversion.1bpp" ; 10 tiles ENDC IF DEF(_BLUE) - INCBIN "gfx/blue/blueversion.1bpp" ; 8 tiles + INCBIN "gfx/blue/blueversion.1bpp" ; 10 tiles ENDC Version_GFXEnd: |