diff options
| author | Daniel Harding <33dannye@gmail.com> | 2018-03-15 22:59:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-15 22:59:31 -0500 |
| commit | d5e21ce300222d80c3e4c35ada6451a67817a9ea (patch) | |
| tree | cf4f10d597cf4e29764177b20d41bef590ef81ca /src/macros | |
| parent | 96b32412d82bdee2756b1a300b05d2647da9ad1f (diff) | |
| parent | 9b94866531970895c0f059ba123273e3959196b8 (diff) | |
Merge pull request #37 from xCrystal/master
Bank 1 duel engine disassembly ; general labeling and documentation ; more text symbols ; split duel graphics
Diffstat (limited to 'src/macros')
| -rw-r--r-- | src/macros/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros/wram.asm b/src/macros/wram.asm index a984255..e692a92 100644 --- a/src/macros/wram.asm +++ b/src/macros/wram.asm @@ -57,4 +57,4 @@ sprite_anim_struct: MACRO \1Field0x0d:: ds 1 \1MovementCounter:: ds 1 \1Field0x0f:: ds 1 -ENDM
\ No newline at end of file +ENDM |
