diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-19 16:15:36 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-19 17:11:01 -0400 |
| commit | b0db4cab2ec010386a5619687944bdf7a5321ed4 (patch) | |
| tree | 66ae8f0ffeea9a8418d1a559df6ba278a437acb9 /narc/pt_debug | |
| parent | 97448e3eff5a63add4cc3a465b7ebcdba81d7112 (diff) | |
| parent | d470c7669e15e4edac1795b662e71dc2e8310e56 (diff) | |
Merge branch 'master' of https://github.com/martmists/pokediamond into finish_header
Diffstat (limited to 'narc/pt_debug')
| -rw-r--r-- | narc/pt_debug/debug_particle.narc.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/narc/pt_debug/debug_particle.narc.s b/narc/pt_debug/debug_particle.narc.s index bd2419ab..262cd41f 100644 --- a/narc/pt_debug/debug_particle.narc.s +++ b/narc/pt_debug/debug_particle.narc.s @@ -25,5 +25,6 @@ ; GMIF header .ascii "GMIF" .word 0x00000B8C ; chunk size - .incbin "baserom.nds", 0x24F2644, 0x29C - .incbin "baserom.nds", 0x24F28E0, 0x8E8 + .incbin "baserom.nds", 0x0, 0x29C + .incbin "baserom.nds", 0x29C, 0x8E8 + .balign 4, 255 |
