diff options
Diffstat (limited to 'arm9/asm/PXI_fifo.s')
-rw-r--r-- | arm9/asm/PXI_fifo.s | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arm9/asm/PXI_fifo.s b/arm9/asm/PXI_fifo.s index 2abbf1c3..c1980dea 100644 --- a/arm9/asm/PXI_fifo.s +++ b/arm9/asm/PXI_fifo.s @@ -1,8 +1,14 @@ .include "asm/macros.inc" .include "global.inc" + .section .bss - .extern UNK_021D5364 - .extern UNK_021D5368 + .global UNK_021D5364 +UNK_021D5364: ; 0x021D5364 + .space 0x4 + + .global UNK_021D5368 +UNK_021D5368: ; 0x021D5368 + .space 0x80 .text |