summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-09-01 16:34:39 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-09-01 16:34:39 -0400
commite4766e18d75e32279eecd841aaaa397cbe914645 (patch)
tree531d09955adc89f72e015dbdf0a757b84e744e30 /main.asm
parentc660927cc3b56c69ded63a6efd3d37275ea0b0b4 (diff)
Add waiting...! text string
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 6c6132dd..a53d53ab 100644
--- a/main.asm
+++ b/main.asm
@@ -11837,13 +11837,13 @@ Func_4c05: ; 4c05 (1:4c05)
.asm_4c1a
FuncCoord 4, 11 ; $c480
ld hl, Coord
- ld de, Unknown_4c28 ; $4c28
+ ld de, WaitingText ; $4c28
call PlaceString
ld c, $32
jp DelayFrames
-Unknown_4c28: ; 4c28 (1:4c28)
-INCBIN "baserom.gbc",$4c28,$4c34 - $4c28
+WaitingText: ; 4c28 (1:4c28)
+ db "Waiting...!@"
; known jump sources: 2438 (0:2438)
_UpdateSprites: ; 4c34 (1:4c34)