mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-04-26 08:32:37 -05:00
fix building gs_areawindow
This commit is contained in:
parent
c3fbbf91ad
commit
549ce22f8f
|
|
@ -161,7 +161,7 @@ CLOBBER_SIZE_VERSION101_64K_NCGR_FILES += \
|
|||
$(ZUKAN_GRA_DIR)/zukan_gra_00000115.NCGR \
|
||||
$(ZUKAN_GRA_DIR)/zukan_gra_00000119.NCGR
|
||||
|
||||
VERSION101_SOPC_NCGR_FILES := \
|
||||
VERSION101_SOPC_NCGR_FILES += \
|
||||
$(ZUKAN_GRA_DIR)/zukan_gra_00000001.NCGR \
|
||||
$(ZUKAN_GRA_DIR)/zukan_gra_00000003.NCGR \
|
||||
$(ZUKAN_GRA_DIR)/zukan_gra_00000004.NCGR \
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@ case "$mode" in
|
|||
mkdir -p $(dirname $basefile)
|
||||
"${MYDIR}"/ntrextractfile "${baserom}" "${filepath}" >"${basefile}"
|
||||
}
|
||||
cmp -s "$basefile" "$buildfile" || diff -u <(hexdump -Cv "$basefile") <(hexdump -Cv "$buildfile")
|
||||
cmp -s "$basefile" "$buildfile" || diff $difftype <(hexdump -Cv "$basefile") <(hexdump -Cv "$buildfile")
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user