mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 13:09:56 +00:00
92a8e55fdd
* decompile sub_8091290 * decompile sub_80912c8 * rename functions / struct field * more names * decompile 80913A0 * decompile GetItemMove * decompile sub_80913E0 * rename function * decompile CanSellItem function * rename inventory struct * add some item check functions * fix renaming stuff * this file shouldnt have been here * forgot merge conflict * decompile more item functions * rename some stuff * fix HM/TM naming * Update src/code_801AFA4.c Use enum value for USED_TM * Fix incorrect value Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
41 lines
301 B
Plaintext
41 lines
301 B
Plaintext
*.exe
|
|
*.o
|
|
*.i
|
|
*.elf
|
|
*.gba
|
|
*.1bpp
|
|
*.4bpp
|
|
*.8bpp
|
|
*.gbapal
|
|
*.lz
|
|
*.rl
|
|
*.pcm
|
|
*.latfont
|
|
*.hwjpnfont
|
|
*.fwjpnfont
|
|
*.bat
|
|
sound/**/*.bin
|
|
src/*.s
|
|
tools/agbcc
|
|
*.map
|
|
*.id0
|
|
*.id1
|
|
*.id2
|
|
*.nam
|
|
*.til
|
|
*.ld
|
|
tags
|
|
types_*.taghl
|
|
*.swp
|
|
*.swo
|
|
*.s.old
|
|
*.s.old2
|
|
*.dump
|
|
*.sa*
|
|
Thumbs.db
|
|
build/
|
|
.idea/
|
|
*.DS_Store
|
|
*.pl
|
|
*.a
|
|
.vscode/ |