diff options
author | yenatch <yenatch@gmail.com> | 2013-07-27 16:31:29 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-27 16:31:29 -0400 |
commit | 5b07ea19d0a8cb38d8e1d76999688ebaa50e6e18 (patch) | |
tree | 2988593d41ce6db8c09fb7a74da539e7d48b25a8 /main.asm | |
parent | 0d0066a0dab6108976f147e00a81495575e5cdea (diff) |
move descriptions
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -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 |