summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2017-01-07 18:33:59 +1300
committereinstein95 <einstein95@users.noreply.github.com>2017-01-07 18:33:59 +1300
commit212eb2102c9b825a1a66746e1d19653675cd9780 (patch)
tree3195da0b95551993648f3b454ee1f2a3ed002089 /main.asm
parent3068ab2e19497ace112eb9608975944ebb3ae210 (diff)
Begin decompiling Rote Edition
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm8
1 files changed, 5 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index da2d3671..fafd32bd 100755
--- a/main.asm
+++ b/main.asm
@@ -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: