From 6851e2a03dd4ad36fff0e5c80cc3d260fdde96e7 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 18 Jan 2012 11:20:55 -0600 Subject: more gate badge check text hg-commit-id: ad8ad9a49ea6 --- common.asm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/common.asm b/common.asm index 8249c637..bcc232c0 100644 --- a/common.asm +++ b/common.asm @@ -52888,7 +52888,15 @@ _UnnamedText_1e715: ; 0x8d012 db "let you pass.", $57 ; 0x8d012 + 44 bytes -INCBIN "baserom.gbc",$8d03e,$39 +UnknownText_8d03e: ; 0x8d03e + db $0, "Oh! That is the", $4f + db "BOULDERBADGE!", $55 + db "Go right ahead!@@" +; 0x8d03e + 48 bytes + +UnknownText_8d06e: ; 0x8d06e + db $0, "Gyaoo!@@" +; 0x8d06e + 9 bytes _UnnamedText_518ca: ; 0x8d077 db $0, "VICTORY ROAD is", $4f -- cgit v1.2.3