aboutsummaryrefslogtreecommitdiffstats
path: root/engine/printer.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-12 02:55:49 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-12 02:55:49 -0500
commit604eb493c42b457f9e006e2cf67f29c15e0d1d0b (patch)
tree6e64376d2d2594acdf97b0aee3d7449577853508 /engine/printer.asm
parentMerge branch 'master' of https://github.com/pret/pokered into merge-pokered (diff)
downloadpokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.gz
pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.xz
pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.zip
Remove more address comments
Diffstat (limited to 'engine/printer.asm')
-rw-r--r--engine/printer.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/printer.asm b/engine/printer.asm
index 46eb2c59..5be5286c 100644
--- a/engine/printer.asm
+++ b/engine/printer.asm
@@ -323,12 +323,12 @@ PrintPCBox::
ld [wUpdateSpritesEnabled], a
ret
-Func_e8df4: ; e8df4
+Func_e8df4:
ld hl, String_e8e1f
call PrintText
ret
-Func_e8dfb: ; e8dfb
+Func_e8dfb:
call Printer_ResetJoypadHRAM
.asm_e8dfe
call JoypadLowSensitivity
@@ -351,11 +351,11 @@ Func_e8dfb: ; e8dfb
scf
ret
-String_e8e1f: ; e8e1f
+String_e8e1f:
TX_FAR _NoPokemonText
db "@"
-PrintFanClubPortrait: ; e8e24
+PrintFanClubPortrait:
xor a
ld [hCanceledPrinting], a
call Printer_PlayPrinterMusic