summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2016-10-07 21:04:10 +1300
committereinstein95 <einstein95@users.noreply.github.com>2016-10-07 21:04:10 +1300
commit614dcd5dcfe6e20cf5dc4ecad4ba0b4c684cf2f4 (patch)
treee58d1bde89d693a323126a24a094c1ef6e40c93a /main.asm
parent3604420d3deb41ed7a468319f6e5fdf460eb18df (diff)
3 bytes left
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm9
1 files changed, 4 insertions, 5 deletions
diff --git a/main.asm b/main.asm
index 10e15aba..59980f93 100755
--- a/main.asm
+++ b/main.asm
@@ -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: