diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-09-01 16:34:39 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-09-01 16:34:39 -0400 |
commit | e4766e18d75e32279eecd841aaaa397cbe914645 (patch) | |
tree | 531d09955adc89f72e015dbdf0a757b84e744e30 /main.asm | |
parent | c660927cc3b56c69ded63a6efd3d37275ea0b0b4 (diff) |
Add waiting...! text string
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |