mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
LADX: ghost fills ammo to initial max (#4005)
* ghost fills ammo to max * Revert "ghost fills ammo to max" This reverts commit 68804fef1403197f2192e4c7d02f8793ac1c7ca0. * fill to first max
This commit is contained in:
@@ -81,23 +81,23 @@ talking:
|
||||
|
||||
; Give powder
|
||||
ld a, [$DB4C]
|
||||
cp $10
|
||||
cp $20
|
||||
jr nc, doNotGivePowder
|
||||
ld a, $10
|
||||
ld a, $20
|
||||
ld [$DB4C], a
|
||||
doNotGivePowder:
|
||||
|
||||
ld a, [$DB4D]
|
||||
cp $10
|
||||
cp $30
|
||||
jr nc, doNotGiveBombs
|
||||
ld a, $10
|
||||
ld a, $30
|
||||
ld [$DB4D], a
|
||||
doNotGiveBombs:
|
||||
|
||||
ld a, [$DB45]
|
||||
cp $10
|
||||
cp $30
|
||||
jr nc, doNotGiveArrows
|
||||
ld a, $10
|
||||
ld a, $30
|
||||
ld [$DB45], a
|
||||
doNotGiveArrows:
|
||||
|
||||
|
Reference in New Issue
Block a user