summaryrefslogtreecommitdiff
path: root/macros/queue.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-07-03 13:36:50 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-07-03 13:36:50 -0400
commit75e4f784924393ccedb27f2831e5a36fe11bada5 (patch)
tree41b13a63cfc8c1df1244287a4158864874215b8d /macros/queue.asm
parenta655783735e1bd652eb6eff61af092b0414f2913 (diff)
Merge branch 'master' of https://github.com/luckytyphlosion/pokegold-spaceworld
Diffstat (limited to 'macros/queue.asm')
-rwxr-xr-xmacros/queue.asm34
1 files changed, 17 insertions, 17 deletions
diff --git a/macros/queue.asm b/macros/queue.asm
index c868dc8..37fb1cb 100755
--- a/macros/queue.asm
+++ b/macros/queue.asm
@@ -1,17 +1,17 @@
-queue_ab: MACRO
- ld hl, \1
- ldh a, [hROMBank]
- call QueueScript
-ENDM
-
-queue_ba: MACRO
- ldh a, [hROMBank]
- ld hl, \1
- call QueueScript
-ENDM
-
-far_queue: MACRO
- ld hl, \1
- ld a, BANK(\1)
- call QueueScript
-ENDM
+queue_ab: MACRO
+ ld hl, \1
+ ldh a, [hROMBank]
+ call QueueScript
+ENDM
+
+queue_ba: MACRO
+ ldh a, [hROMBank]
+ ld hl, \1
+ call QueueScript
+ENDM
+
+far_queue: MACRO
+ ld hl, \1
+ ld a, BANK(\1)
+ call QueueScript
+ENDM