aboutsummaryrefslogtreecommitdiffstats
path: root/data/events/hidden_coins.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-15 13:23:22 -0400
committerGitHub <noreply@github.com>2020-07-15 13:23:22 -0400
commit87f24a885d888411d715171d75163bd59a609b41 (patch)
tree802877f7038146e7246ba4adc56d560049e5eb96 /data/events/hidden_coins.asm
parentMerge pull request #273 from Rangi42/master (diff)
parentAlign constant comments as a column (diff)
downloadpokeyellow-87f24a885d888411d715171d75163bd59a609b41.tar.gz
pokeyellow-87f24a885d888411d715171d75163bd59a609b41.tar.xz
pokeyellow-87f24a885d888411d715171d75163bd59a609b41.zip
Merge pull request #274 from Rangi42/master
Indent comments that describe data table macro formats
Diffstat (limited to 'data/events/hidden_coins.asm')
-rwxr-xr-xdata/events/hidden_coins.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/events/hidden_coins.asm b/data/events/hidden_coins.asm
index 78aaaa64..bcdbcd80 100755
--- a/data/events/hidden_coins.asm
+++ b/data/events/hidden_coins.asm
@@ -3,7 +3,7 @@ hidden_coin: MACRO
ENDM
HiddenCoinCoords:
-; map id, x, y
+ ; map id, x, y
hidden_coin GAME_CORNER, 0, 8
hidden_coin GAME_CORNER, 1, 16
hidden_coin GAME_CORNER, 3, 11