mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-08 00:25:28 +13:00
Remove most static wram addresses. Use labels instead.
For unknown addresses, use "w<address>". Label overleads are still an issue.
This commit is contained in:
parent
52ba96f5f4
commit
40c17c906b
290 changed files with 8262 additions and 7759 deletions
|
|
@ -2,12 +2,12 @@ _VictoryRoadGuardText1:: ; 9261e (24:661e)
|
|||
text "You can pass here"
|
||||
line "only if you have"
|
||||
cont "the @"
|
||||
TX_RAM $cd6d
|
||||
TX_RAM wcd6d
|
||||
text "!"
|
||||
|
||||
para "You don't have the"
|
||||
line "@"
|
||||
TX_RAM $cd6d
|
||||
TX_RAM wcd6d
|
||||
text " yet!"
|
||||
|
||||
para "You have to have"
|
||||
|
|
@ -18,12 +18,12 @@ _VictoryRoadGuardText2:: ; 92696 (24:6696)
|
|||
text "You can pass here"
|
||||
line "only if you have"
|
||||
cont "the @"
|
||||
TX_RAM $cd6d
|
||||
TX_RAM wcd6d
|
||||
text "!"
|
||||
|
||||
para "Oh! That is the"
|
||||
line "@"
|
||||
TX_RAM $cd6d
|
||||
TX_RAM wcd6d
|
||||
text "!@@"
|
||||
|
||||
_VictoryRoadGuardText_513a3:: ; 926dd (24:66dd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue