You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Replace Stack with wStack.
This commit is contained in:
@@ -481,7 +481,7 @@ AnimateWaterTile: ; fc402
|
||||
adc HIGH(WaterTileFrames)
|
||||
ld h, a
|
||||
|
||||
; Stack now points to the start of the tile for this frame.
|
||||
; The stack now points to the start of the tile for this frame.
|
||||
ld sp, hl
|
||||
|
||||
ld l, e
|
||||
@@ -845,7 +845,7 @@ AnimateWhirlpoolTile: ; fc678
|
||||
adc h
|
||||
ld h, a
|
||||
|
||||
; Stack now points to the desired frame.
|
||||
; The stack now points to the desired frame.
|
||||
ld sp, hl
|
||||
|
||||
ld l, e
|
||||
|
||||
Reference in New Issue
Block a user