summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-15 23:59:24 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-15 23:59:24 -0500
commitcbde91d7edb4be3c8773d71ef814fb599ee7e7f3 (patch)
treee7c55b2ce844b623661265ee19cff53c7a2f4bfa /main.asm
parent5aac8afae7a3514b76f684237f3de59e6a27977e (diff)
Only engine/decorations.asm uses PadCoords_de
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm10
1 files changed, 0 insertions, 10 deletions
diff --git a/main.asm b/main.asm
index 299b6ce5f..f336abad3 100644
--- a/main.asm
+++ b/main.asm
@@ -238,16 +238,6 @@ INCLUDE "engine/trainer_card.asm"
INCLUDE "engine/prof_oaks_pc.asm"
INCLUDE "engine/decorations.asm"
-PadCoords_de: ; 27092
- ld a, d
- add 4
- ld d, a
- ld a, e
- add 4
- ld e, a
- call GetBlockLocation
- ret
-
LevelUpHappinessMod: ; 2709e
ld a, [CurPartyMon]
ld hl, PartyMon1CaughtLocation