mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-26 13:16:23 +12:00
Get rid of globals.asm. Use ::s to export labels between objects.
globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third.
This commit is contained in:
parent
6bde08504f
commit
1b9ee46af9
277 changed files with 4346 additions and 4358 deletions
|
|
@ -1,10 +1,10 @@
|
|||
_CeladonMart4Text2: ; 9cad4 (27:4ad4)
|
||||
_CeladonMart4Text2:: ; 9cad4 (27:4ad4)
|
||||
text "I'm getting a"
|
||||
line "# DOLL for my"
|
||||
cont "girl friend!"
|
||||
done
|
||||
|
||||
_CeladonMart4Text3: ; 9cafd (27:4afd)
|
||||
_CeladonMart4Text3:: ; 9cafd (27:4afd)
|
||||
text "I heard something"
|
||||
line "useful."
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ _CeladonMart4Text3: ; 9cafd (27:4afd)
|
|||
cont "with a # DOLL!"
|
||||
done
|
||||
|
||||
_CeladonMart4Text4: ; 9cb56 (27:4b56)
|
||||
_CeladonMart4Text4:: ; 9cb56 (27:4b56)
|
||||
text "Express yourself"
|
||||
line "with gifts!"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue