mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
include macros.asm relocation
This commit is contained in:
parent
8fcd0acc73
commit
83e7c1a5b8
|
|
@ -3,7 +3,9 @@ etcfont:
|
|||
.byte 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x11, 0x11, 0x01
|
||||
.byte 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x10, 0x11, 0x11, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x11, 0x00, 0x11, 0x11, 0x11
|
||||
.byte 0x10, 0x11, 0x11, 0x11, 0x10, 0x11, 0x11, 0x11, 0x00, 0x11, 0x11, 0x11, 0x00, 0x00, 0x10, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x01, 0x00, 0x00, 0x11, 0x11, 0x11, 0x00
|
||||
.byte 0x11, 0x11, 0x11, 0x01, 0x11, 0x11, 0x11, 0x01, 0x11, 0x11, 0x11, 0x00, 0x11, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11
|
||||
.byte 0x11, 0x11, 0x11, 0x01, 0x11, 0x11, 0x11, 0x01, 0x11, 0x11, 0x11, 0x00, 0x11
|
||||
warpLocation 0
|
||||
.byte 0x00, 0x00, 0x11
|
||||
.byte 0x00, 0x00, 0x10, 0x11, 0x00, 0x00, 0x10, 0x11, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11
|
||||
.byte 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11
|
||||
.byte 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
.global itempat_SIRO
|
||||
#include "asm/macros.inc"
|
||||
itempat_SIRO:
|
||||
.string "SIRO"
|
||||
.4byte itempat_table
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.section .rodata
|
||||
|
||||
#include "asm/macros.inc"
|
||||
.global gDungeonFileArchive
|
||||
gDungeonFileArchive: @ 83B0000
|
||||
.string "pksdir0\0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user