summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-27 16:31:29 -0400
committeryenatch <yenatch@gmail.com>2013-07-27 16:31:29 -0400
commit5b07ea19d0a8cb38d8e1d76999688ebaa50e6e18 (patch)
tree2988593d41ce6db8c09fb7a74da539e7d48b25a8 /main.asm
parent0d0066a0dab6108976f147e00a81495575e5cdea (diff)
move descriptions
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm27
1 files changed, 26 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index f7ff80f5e..90b1b96f7 100644
--- a/main.asm
+++ b/main.asm
@@ -30205,7 +30205,32 @@ Function2c7fb: ; 2c7fb
jr .asm_2c821
; 2c867
-INCBIN "baserom.gbc", $2c867, $2ee6c - $2c867
+
+INCBIN "baserom.gbc", $2c867, $2cb3e - $2c867
+
+
+PrintMoveDescription: ; 2cb3e
+ push hl
+ ld hl, MoveDescriptions
+ ld a, [CurSpecies]
+ dec a
+ ld c, a
+ ld b, 0
+ add hl, bc
+ add hl, bc
+ ld a, [hli]
+ ld e, a
+ ld d, [hl]
+ pop hl
+ jp PlaceString
+; 2cb52
+
+MoveDescriptions: ; 2cb52
+INCLUDE "battle/moves/move_descriptions.asm"
+; 2ed44
+
+
+INCBIN "baserom.gbc", $2ed44, $2ee6c - $2ed44
PlayBattleMusic: ; 2ee6c