aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-12-03 17:56:58 +0900
committerAstatin <[email protected]>2024-12-03 17:56:58 +0900
commita0cc9155572b22ac1afd4636593f72a18372187b (patch)
tree22862e0f77a561682e4173d953bfa42580e56b04 /main.gbasm
parent20422f9a4a180f2c148d93e68930f57379311ca7 (diff)
Add sparkles animation and shadow palette flag
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm9
1 files changed, 2 insertions, 7 deletions
diff --git a/main.gbasm b/main.gbasm
index 02b6e94..519e9fb 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -83,13 +83,8 @@ New_Dungeon:
CALL =Load_Map
CALL =Load_Objects
- LD HL, $mem_animation_list
- LD A, $01
- LD (HL+), A
- LD A, $10
- LD (HL+), A
- LD (HL+), A
-
+ LD A, $02
+ LD $mem_bunny_flags, A
LD A, $00
LD $mem_display_flag, A