diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-03 17:07:05 -0400 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-03 17:07:05 -0400 |
| commit | e1659ecd41dfac70eb021c0f5fe983ed6f043433 (patch) | |
| tree | 86ec6137c666650168716247fa63241e79b1788b /maps/Route1Gate1F.asm | |
| parent | f3f0e711bf4f4205fd29f2b448c93ff5597507e5 (diff) | |
Introduce linkerscript.
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
Diffstat (limited to 'maps/Route1Gate1F.asm')
| -rw-r--r-- | maps/Route1Gate1F.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/maps/Route1Gate1F.asm b/maps/Route1Gate1F.asm index 4772da7..1ab0485 100644 --- a/maps/Route1Gate1F.asm +++ b/maps/Route1Gate1F.asm @@ -1,6 +1,6 @@ include "constants.asm" -SECTION "Route 1 Gate 1F", ROMX[$4061], BANK[$26] +SECTION "maps/Route1Gate1F.asm", ROMX Route1Gate1FScriptLoader: ;4061 ld hl, Route1Gate1FScriptPointers @@ -52,4 +52,3 @@ Route1Gate1FText2String: ; 40AC done ;ends at 40D9 - |
