You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More annotations of HP bar animations, including an oversight by GameFreak resulting in super-slow HP bars for Pokemon with over 48 HP
This commit is contained in:
@@ -21,8 +21,8 @@ IcePathB1F_MapScriptHeader:
|
||||
return
|
||||
|
||||
.CommandQueue:
|
||||
dbw MAPCALLBACK_OBJECTS, .StoneTable ; check if any stones are sitting on a warp
|
||||
db 0, 0 ; filler
|
||||
dbw CMDQUEUE_STONETABLE, .StoneTable ; check if any stones are sitting on a warp
|
||||
dw 0 ; filler
|
||||
|
||||
.StoneTable:
|
||||
stonetable 3, ICEPATHB1F_BOULDER1, .Boulder1
|
||||
@@ -90,10 +90,10 @@ IcePathB1F_MapEventHeader:
|
||||
db 8
|
||||
warp_def $f, $3, 3, ICE_PATH_1F
|
||||
warp_def $3, $11, 1, ICE_PATH_B2F_MAHOGANY_SIDE
|
||||
warp_def $2, $b, 3, ICE_PATH_B2F_MAHOGANY_SIDE
|
||||
warp_def $7, $4, 4, ICE_PATH_B2F_MAHOGANY_SIDE
|
||||
warp_def $c, $5, 5, ICE_PATH_B2F_MAHOGANY_SIDE
|
||||
warp_def $d, $c, 6, ICE_PATH_B2F_MAHOGANY_SIDE
|
||||
warp_def $2, $b, 3, ICE_PATH_B2F_MAHOGANY_SIDE ; hole
|
||||
warp_def $7, $4, 4, ICE_PATH_B2F_MAHOGANY_SIDE ; hole
|
||||
warp_def $c, $5, 5, ICE_PATH_B2F_MAHOGANY_SIDE ; hole
|
||||
warp_def $d, $c, 6, ICE_PATH_B2F_MAHOGANY_SIDE ; hole
|
||||
warp_def $19, $5, 4, ICE_PATH_1F
|
||||
warp_def $1b, $b, 1, ICE_PATH_B2F_BLACKTHORN_SIDE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user