diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-03-04 21:38:39 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-03-05 00:21:05 +0100 |
commit | ce16914bb06788557b8ca19132008c34ddb38894 (patch) | |
tree | ba46bab7c584284cfb6a80a27ebebc2fe738a36c /src/main.asm | |
parent | fb524eaa51f02a4a1fbd54962132dd3c67989ee6 (diff) |
start dissasembling move effect functions
and plenty of other duel related stuff
Diffstat (limited to 'src/main.asm')
-rwxr-xr-x | src/main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.asm b/src/main.asm index 3c678ed..697cce0 100755 --- a/src/main.asm +++ b/src/main.asm @@ -34,7 +34,7 @@ SECTION "bankA",ROMX,BANK[$A] emptybank SECTION "bankB",ROMX,BANK[$B] -INCBIN "baserom.gbc",$2C000,$4000 +INCLUDE "engine/effect_functions.asm" SECTION "bankC",ROMX,BANK[$C] INCLUDE "data/decks.asm" |