mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-07 01:05:45 +00:00
fix page-crossing and add assembler check
This commit is contained in:
parent
6906bf15bd
commit
af538414ff
@ -180,12 +180,8 @@ kStandardPrelaunchRecord
|
||||
kCoverFadeRecord
|
||||
!source "src/index/coverfade.idx.a"
|
||||
|
||||
kGRFizzleRecord
|
||||
!source "src/index/gr.fizzle.idx.a"
|
||||
|
||||
kDGRFizzleRecord
|
||||
!source "src/index/dgr.fizzle.idx.a"
|
||||
|
||||
; following three records must end up on the same page
|
||||
; after relocation to LC RAM
|
||||
kHelpBackgroundRecord
|
||||
!source "src/index/res.help.idx.a"
|
||||
|
||||
@ -194,3 +190,13 @@ kTitleRecord
|
||||
|
||||
kCoverRecord
|
||||
!source "src/index/res.cover.idx.a"
|
||||
|
||||
!if (RELBASE != $2000) and (>kCoverRecord != >kHelpBackgroundRecord) {
|
||||
!serious "cover records are not all on the same page: ", kHelpBackgroundRecord, ", ", kTitleRecord, ", ", kCoverRecord
|
||||
}
|
||||
|
||||
kGRFizzleRecord
|
||||
!source "src/index/gr.fizzle.idx.a"
|
||||
|
||||
kDGRFizzleRecord
|
||||
!source "src/index/dgr.fizzle.idx.a"
|
||||
|
Loading…
Reference in New Issue
Block a user