This repository was archived by the owner on Nov 23, 2024. It is now read-only.
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ SHASUM ?= sha1sum
52
52
# = BUILD CONFIG =
53
53
# ================
54
54
55
- CPPFLAGS := -I $(AGBCC_HOME ) /include -iquote include -iquote . -nostdinc -undef
55
+ CPPFLAGS := -I $(AGBCC_HOME ) /include -I include -I . -nostdinc -undef
56
56
CFLAGS := -g -mthumb-interwork -Wimplicit -Wparentheses -Werror -fhex-asm -ffix-debug-line -O2
57
57
ASFLAGS := -mcpu=arm7tdmi -I asm/include -I include
58
58
Original file line number Diff line number Diff line change 1
1
# Fire Emblem: The Binding Blade
2
2
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) .
4
4
5
5
It builds the following ROM:
6
6
@@ -28,10 +28,11 @@ You can also consider porting stuff between fe6 and fe8.
28
28
29
29
## See also
30
30
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)
32
32
* [ ** 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)
33
34
* [ ** FireEmblemUniverse/fireemblem8u** ] ( https://github.com/FireEmblemUniverse/fireemblem8u ) , a decompilation of Fire Emblem: The Sacred Stones (US)
34
35
35
36
## Contact
36
37
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 ` .
You can’t perform that action at this time.
0 commit comments