Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 169c12a

Browse files
committed
update makefile, and readme (names and links)
1 parent 8856b86 commit 169c12a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: makefile renamed to Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SHASUM ?= sha1sum
5252
# = BUILD CONFIG =
5353
# ================
5454

55-
CPPFLAGS := -I $(AGBCC_HOME)/include -iquote include -iquote . -nostdinc -undef
55+
CPPFLAGS := -I $(AGBCC_HOME)/include -I include -I . -nostdinc -undef
5656
CFLAGS := -g -mthumb-interwork -Wimplicit -Wparentheses -Werror -fhex-asm -ffix-debug-line -O2
5757
ASFLAGS := -mcpu=arm7tdmi -I asm/include -I include
5858

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fire Emblem: The Binding Blade
22

3-
This is a decompilation of Fire Emblem: The Binding Blade.
3+
This is a decompilation of Fire Emblem: Fūin no Tsurugi (a.k.a. Fire Emblem: The Binding Blade).
44

55
It builds the following ROM:
66

@@ -28,10 +28,11 @@ You can also consider porting stuff between fe6 and fe8.
2828

2929
## See also
3030

31-
* [**StanHash/fe1**](https://github.com/StanHash/fe1), a disassembly of Fire Emblem: Shadow Dragon and the Blade of Light
31+
* [**StanHash/fe1**](https://github.com/StanHash/fe1), a disassembly of Fire Emblem: Ankoku Ryu to Hikari no Tsurugi (dormant)
3232
* [**ZaneAvernathy/FireEmblem5**](https://github.com/ZaneAvernathy/FireEmblem5), a disassembly of Fire Emblem: Thracia 776
33+
* [**MokhaLeee/FireEmblem7J**](https://github.com/MokhaLeee/FireEmblem7J), a decompilation of Fire Emblem: Rekka no Ken (JP)
3334
* [**FireEmblemUniverse/fireemblem8u**](https://github.com/FireEmblemUniverse/fireemblem8u), a decompilation of Fire Emblem: The Sacred Stones (US)
3435

3536
## Contact
3637

37-
You can find me over at the [Fire Emblem Universe Discord](https://feuniverse.us/t/feu-discord-server/1480?u=stanh) under the handle `nat5#4387`.
38+
You can find me over at the [Fire Emblem Universe Discord](https://feuniverse.us/t/feu-discord-server/1480?u=stanh) under the handle `nat_776`.

0 commit comments

Comments
 (0)