diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2016-10-07 21:04:10 +1300 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2016-10-07 21:04:10 +1300 |
commit | 614dcd5dcfe6e20cf5dc4ecad4ba0b4c684cf2f4 (patch) | |
tree | e58d1bde89d693a323126a24a094c1ef6e40c93a /main.asm | |
parent | 3604420d3deb41ed7a468319f6e5fdf460eb18df (diff) |
3 bytes left
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1359,7 +1359,7 @@ TextBoxTextAndCoordTable: db BUY_SELL_QUIT_MENU_TEMPLATE db 0,0,10,6 ; text box coordinates - dw BuySellQuitText + dw BuySellQuitText + 1 db 2,1 ; text coordinates db MONEY_BOX_TEMPLATE @@ -1415,9 +1415,9 @@ DisplayMoneyBox: ld c, 6 call ClearScreenArea coord hl, 12, 1 - ld de, wPlayerMoney + ld de, $754a call PlaceString - ld hl, wd730 + ld hl, $c3c0 ld de, wPlayerMoney ld c, $83 call PrintBCDNumber @@ -4774,8 +4774,7 @@ Unk9Graphic: INCBIN "gfx/unk_9.2bpp" Unk9GraphicEnd: TextBoxGraphics: INCBIN "gfx/text_box.2bpp" TextBoxGraphicsEnd: -PokedexTileGraphics: INCBIN "gfx/pokedex.2bpp",$10,$110 - db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +PokedexTileGraphics: INCBIN "gfx/pokedex.2bpp",$10,$120 PokedexTileGraphicsEnd: WorldMapTileGraphics: INCBIN "gfx/town_map.2bpp" WorldMapTileGraphicsEnd: |