mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 11:44:58 -05:00
7 lines
126 B
ArmAsm
7 lines
126 B
ArmAsm
/* arm7_rom.s TODO: Disassemble */
|
|
|
|
.section .text
|
|
.global Entry_ARM7
|
|
Entry_ARM7:
|
|
.incbin "baserom.nds", 0x30D000, 0x2931C
|