diff options
author | Ebernacher90 <danielvonderbank@gmail.com> | 2020-09-13 03:46:21 +0200 |
---|---|---|
committer | Ebernacher90 <danielvonderbank@gmail.com> | 2020-09-13 03:46:21 +0200 |
commit | d4315d68bdf5f011c7891468ffaed70180c20a9c (patch) | |
tree | 7ab3ce737812e3bd8dd47954472400c7ecae5836 /home | |
parent | 462b7521b221a3766d7f21a9e1c7c1f11f72c52a (diff) |
Give all .asm and all .inc except of base_stats/???.inc new line at the end of file
Diffstat (limited to 'home')
-rw-r--r-- | home/pic.asm | 2 | ||||
-rw-r--r-- | home/unknown_388f.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/home/pic.asm b/home/pic.asm index 2b36a57..65906a6 100644 --- a/home/pic.asm +++ b/home/pic.asm @@ -589,4 +589,4 @@ StoreSpriteOutputPointer:: ; cf3 (0:cf3) ld a, h ld [wSpriteOutputPtr + 1], a ld [wSpriteOutputPtrCached + 1], a - ret
\ No newline at end of file + ret diff --git a/home/unknown_388f.asm b/home/unknown_388f.asm index b230dc8..d845e55 100644 --- a/home/unknown_388f.asm +++ b/home/unknown_388f.asm @@ -93,4 +93,4 @@ Function3920:: .text: text "つぎは がんばるぞ!!" - done
\ No newline at end of file + done |