mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-27 13:46:20 +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,17 +1,17 @@
|
|||
_PokemonTower1Text1: ; 9947f (26:547f)
|
||||
_PokemonTower1Text1:: ; 9947f (26:547f)
|
||||
text "#MON TOWER was"
|
||||
line "erected in the"
|
||||
cont "memory of #MON"
|
||||
cont "that had died."
|
||||
done
|
||||
|
||||
_PokemonTower1Text2: ; 994bc (26:54bc)
|
||||
_PokemonTower1Text2:: ; 994bc (26:54bc)
|
||||
text "Did you come to"
|
||||
line "pay respects?"
|
||||
cont "Bless you!"
|
||||
done
|
||||
|
||||
_PokemonTower1Text3: ; 994e6 (26:54e6)
|
||||
_PokemonTower1Text3:: ; 994e6 (26:54e6)
|
||||
text "I came to pray"
|
||||
line "for my CLEFAIRY."
|
||||
|
||||
|
|
@ -19,12 +19,12 @@ _PokemonTower1Text3: ; 994e6 (26:54e6)
|
|||
line "stop crying..."
|
||||
done
|
||||
|
||||
_PokemonTower1Text4: ; 99524 (26:5524)
|
||||
_PokemonTower1Text4:: ; 99524 (26:5524)
|
||||
text "My GROWLITHE..."
|
||||
line "Why did you die?"
|
||||
done
|
||||
|
||||
_PokemonTower1Text5: ; 99546 (26:5546)
|
||||
_PokemonTower1Text5:: ; 99546 (26:5546)
|
||||
text "I am a CHANNELER!"
|
||||
line "There are spirits"
|
||||
cont "up to mischief!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue