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/undergroundpathentranceroute5.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/undergroundpathentranceroute5.asm')
| -rwxr-xr-x | scripts/undergroundpathentranceroute5.asm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/scripts/undergroundpathentranceroute5.asm b/scripts/undergroundpathentranceroute5.asm new file mode 100755 index 00000000..ad05dfe6 --- /dev/null +++ b/scripts/undergroundpathentranceroute5.asm @@ -0,0 +1,19 @@ +UndergroundPathEntranceRoute5Script: ; 5d6a9 (17:56a9) + ld a, $10 + ld [$d365], a + ret + +UndergroundPathEntranceRoute5_5d6af: ; 5d6af (17:56af) + db "@" + +UndergroundPathEntranceRoute5TextPointers: ; 5d6b0 (17:56b0) + dw UndergroundPathEntranceRoute5Text1 + +UndergroundPathEntranceRoute5Text1: ; 5d6b2 (17:56b2) + db $08 ; asm + ld a, $9 + ld [wWhichTrade], a + ld a, $54 + call Predef + ld hl, UndergroundPathEntranceRoute5_5d6af + ret |
