Skip to content

Commit 47ce531

Browse files
authored
Merge pull request #124 from ReggX/patch-nuun-peg
Add static pegasus seed drop in Moosh Nuun
2 parents e61841f + 5c4b28a commit 47ce531

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

asm/layouts.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,7 @@ ages:
255255
# put a "return bush" for long hook across from syrup's shop.
256256
23/7ea0/: db 27,c8
257257
23/7ead/: db 22
258+
259+
260+
# change bush type in moosh nuun (for static peg seed drop)
261+
26/4501/: db c8

asm/misc.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,16 @@ ages:
245245
15/75bf/: db setglobalflag,a2 # bit 7 = unset flag
246246

247247
3f/4607/: ld hl,seedCapacityTable
248+
249+
# static pegasus seed item drop in moosh nuun
250+
12/nuunMooshConditionalPegDropObjects: |
251+
db f2
252+
db 9a,d4,68,48 # vanilla worker object
253+
db f0,04 # conditional moosh
254+
db fa # obj_itemDrop
255+
db 00,07,58 # 07 = peg seeds, 58 = coordinates
256+
db fe
257+
# 12/5aa0/: db 9a,d4,68,48 # these 4 bytes are replaced with:
258+
12/5aa0/: |
259+
db f3; dw nuunMooshConditionalPegDropObjects
260+
db f2

0 commit comments

Comments
 (0)