aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/pokemart.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2014-09-08 23:32:33 -0700
committerYamaArashi <shadow962@live.com>2014-09-08 23:32:33 -0700
commitdaf4fc87ae66e2c3d56840774efba10a9b903ee3 (patch)
treedfcafe62237afac0f3de7fef3b024de40e37a991 /engine/overworld/pokemart.asm
parentLabelled many functions/variables (diff)
downloadpokeyellow-daf4fc87ae66e2c3d56840774efba10a9b903ee3.tar.gz
pokeyellow-daf4fc87ae66e2c3d56840774efba10a9b903ee3.tar.xz
pokeyellow-daf4fc87ae66e2c3d56840774efba10a9b903ee3.zip
Add comments regarding menus and sprites
Diffstat (limited to 'engine/overworld/pokemart.asm')
-rwxr-xr-xengine/overworld/pokemart.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/pokemart.asm b/engine/overworld/pokemart.asm
index 3b06bd2c..1c2c23bf 100755
--- a/engine/overworld/pokemart.asm
+++ b/engine/overworld/pokemart.asm
@@ -173,13 +173,13 @@ DisplayPokemartDialogue_: ; 6c20 (1:6c20)
ld [wcf0a],a
.skipSettingFlag2
ld a,(SFX_02_5a - SFX_Headers_02) / 3
- call PlaySoundWaitForCurrent ; play sound
- call WaitForSoundToFinish ; wait until sound is done playing
+ call PlaySoundWaitForCurrent
+ call WaitForSoundToFinish
ld hl,PokemartBoughtItemText
call PrintText
jp .buyMenuLoop
.returnToMainPokemartMenu
- call LoadScreenTilesFromBuffer1 ; restore save screen
+ call LoadScreenTilesFromBuffer1
ld a,$13
ld [wd125],a
call DisplayTextBoxID ; draw money text box