diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-08-23 19:50:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 19:50:38 -0400 |
commit | 23bae0181bd990c535346191cff41bdddcb44493 (patch) | |
tree | 7a8049625b80530fea25166cfaad28c0d5416ae9 /bin.asm | |
parent | 8f3ebd4a59cf69d97bc4932738a78a37d0968d3d (diff) | |
parent | 95e09f83f43b0109e937d56a56c0cbce792c921d (diff) |
Merge pull request #41 from Pokeglitch/master
Bank 2 dump
Diffstat (limited to 'bin.asm')
-rwxr-xr-x | bin.asm | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +SECTION "bin.asm@Unknownaebc", ROMX + +Unknownaebc: ; 02:6ebc +INCBIN "bin/unknown_aebc.bin" + +SECTION "bin.asm@Unknownbb43", ROMX + +Unknownbb43: ; 02:7b43 +INCBIN "bin/unknown_bb43.bin"
\ No newline at end of file |