diff options
| author | mid-kid <esteve.varela@gmail.com> | 2020-09-13 16:01:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-13 16:01:10 +0200 |
| commit | b78f2edbc3b3b2d01fc0590310a8d9e65648ee44 (patch) | |
| tree | f459a16fde0753843f1f28867b5afcd6de7dec11 /home | |
| parent | 371ce4da5c4e1729cfc4cf6d8769b7b6c02ecc7b (diff) | |
| parent | b136fa6f875ba934c984f9356df4830131910d80 (diff) | |
Merge pull request #71 from Ebernacher90/master
Give all .asm and all .inc except of base_stats/???.inc new line at t…
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 |
