This commit is contained in:
Karkat
2017-09-29 15:17:24 -04:00
parent f1f59c865a
commit 402cdabef7
2 changed files with 5 additions and 0 deletions

View File

@@ -202,6 +202,10 @@ incsrc itemtext.asm
incsrc externalhooks.asm
;================================================================================
org $AF8000
incsrc tournament.asm
warnpc $B00000
;================================================================================
org $119100 ; PC 0x89100
incbin map_icons.gfx
warnpc $119401
@@ -211,6 +215,7 @@ Static_RNG: ; each line below is 512 bytes of rng
incsrc staticrng.asm
warnpc $AF8401
;================================================================================
;bank $2F reserved for tournament use
;bank $3A reserved for downstream use (Plandomizer)
;bank $3B reserved for downstream use (Plandomizer)
;bank $3F reserved for internal debugging

0
tournament.asm Normal file
View File