summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/events/celebi.asm3
-rw-r--r--engine/gfx/crystal_layouts.asm3
-rw-r--r--engine/pokemon/mon_stats.asm4
3 files changed, 5 insertions, 5 deletions
diff --git a/engine/events/celebi.asm b/engine/events/celebi.asm
index 21070cc56..1a9388cfe 100644
--- a/engine/events/celebi.asm
+++ b/engine/events/celebi.asm
@@ -1,5 +1,8 @@
SPECIALCELEBIEVENT_CELEBI EQU $84
+UnusedForestTreeFrames:
+INCBIN "gfx/tilesets/forest-tree/unused.2bpp"
+
CelebiShrineEvent:
call DelayFrame
ld a, [wVramState]
diff --git a/engine/gfx/crystal_layouts.asm b/engine/gfx/crystal_layouts.asm
index d1ff97159..4f424d7fc 100644
--- a/engine/gfx/crystal_layouts.asm
+++ b/engine/gfx/crystal_layouts.asm
@@ -299,6 +299,3 @@ INCLUDE "gfx/trade/border.pal"
InitMG_Mobile_LinkTradePalMap:
call _InitMG_Mobile_LinkTradePalMap
ret
-
-; unused
-INCLUDE "gfx/unknown/4985a.asm"
diff --git a/engine/pokemon/mon_stats.asm b/engine/pokemon/mon_stats.asm
index 74e3d2a95..0a3022628 100644
--- a/engine/pokemon/mon_stats.asm
+++ b/engine/pokemon/mon_stats.asm
@@ -325,9 +325,9 @@ ListMovePP:
Unreferenced_Function50cd0:
.loop
- ld [hl], $32
+ ld [hl], $32 ; typo for P?
inc hl
- ld [hl], $3e
+ ld [hl], $3e ; P
dec hl
add hl, de
dec c