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 /engine/items | |
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 'engine/items')
-rwxr-xr-x | engine/items/inventory.asm | 2 | ||||
-rwxr-xr-x | engine/items/item_effects.asm | 2 | ||||
-rw-r--r-- | engine/items/tmhm.asm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engine/items/inventory.asm b/engine/items/inventory.asm index a11bcec..d09a75a 100755 --- a/engine/items/inventory.asm +++ b/engine/items/inventory.asm @@ -720,4 +720,4 @@ GetItemPrice: ; 03:540C ld d, a pop bc pop hl - ret
\ No newline at end of file + ret diff --git a/engine/items/item_effects.asm b/engine/items/item_effects.asm index 6f854f0..afd2ce3 100755 --- a/engine/items/item_effects.asm +++ b/engine/items/item_effects.asm @@ -76,4 +76,4 @@ ComputeMaxPP: ; 03:792B .no_pp_up ld [hl], b pop bc - ret
\ No newline at end of file + ret diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm index d2c4872..efe8c27 100644 --- a/engine/items/tmhm.asm +++ b/engine/items/tmhm.asm @@ -47,4 +47,4 @@ GetTMHMMove: ; 04:52C1 add hl, bc ld a, [hl] ld [wNamedObjectIndexBuffer], a - ret
\ No newline at end of file + ret |