diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
| commit | 24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 (patch) | |
| tree | 07d2ed81b23de081f2003d9f8d50170344dd5ada /scripts/undergroundpathentranceroute7copy.asm | |
| parent | Pull map headers out of main.asm (diff) | |
| download | pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.gz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.xz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.zip | |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/undergroundpathentranceroute7copy.asm')
| -rwxr-xr-x | scripts/undergroundpathentranceroute7copy.asm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/undergroundpathentranceroute7copy.asm b/scripts/undergroundpathentranceroute7copy.asm new file mode 100755 index 00000000..845e5674 --- /dev/null +++ b/scripts/undergroundpathentranceroute7copy.asm @@ -0,0 +1,24 @@ +UndergroundPathEntranceRoute7CopyScript: ; 5d769 (17:5769) + ld a, $12 + ld [$d365], a + ret + +UndergroundPathEntranceRoute7CopyTextPointers: ; 5d76f (17:576f) + dw UnnamedText_5d773 + dw UnnamedText_5d77d + +UnnamedText_5d773: ; 5d773 (17:5773) + TX_FAR _UnnamedText_5d773 + db "@" + +UnnamedText_5d778: ; 5d778 (17:5778) + TX_FAR _UnnamedText_5d778 + db "@" + +UnnamedText_5d77d: ; 5d77d (17:577d) + TX_FAR _UnnamedText_5d77d + db "@" + +UnnamedText_5d782: ; 5d782 (17:5782) + TX_FAR _UnnamedText_5d782 + db "@" |
