summaryrefslogtreecommitdiff
path: root/engine/oak_speech.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-16 11:37:36 -0700
committeryenatch <yenatch@gmail.com>2014-06-16 11:37:36 -0700
commit38ac74f22285974bda6a0ed537958def8415076e (patch)
tree6f51ebf68314d1ee712841c32ee45633d135057a /engine/oak_speech.asm
parent81bbab85ac7d7f4c2efe794a4b3cc1e51c0b2689 (diff)
Remove generated "indirect jump" comments.
The destination is obvious when using the predef macro.
Diffstat (limited to 'engine/oak_speech.asm')
-rwxr-xr-xengine/oak_speech.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/oak_speech.asm b/engine/oak_speech.asm
index 8ca82b0b..c7f2abf7 100755
--- a/engine/oak_speech.asm
+++ b/engine/oak_speech.asm
@@ -42,7 +42,7 @@ OakSpeech: ; 6115 (1:6115)
call LoadTextBoxTilePatterns
call SetDefaultNames
ld a,$18
- call Predef ; indirect jump to InitializePlayerData
+ call Predef
ld hl,wNumBoxItems
ld a,POTION
ld [wcf91],a