Commit graph

1253 commits

Author SHA1 Message Date
IIMarckus
5d0619435c Replace magic numbers with item names for hidden objects that are items.
hg-commit-id: 7b335c0f337e
2012-03-15 00:29:11 -06:00
IIMarckus
80c8df4cd5 Replace pointers to GymStatues with labels.
hg-commit-id: da94d9b9c090
2012-03-14 23:57:07 -06:00
IIMarckus
d8950b5caf Dump hidden objects.
hg-commit-id: 65067a0020c3
2012-03-14 23:55:10 -06:00
IIMarckus
7a566260e6 Remove python shebangs.
- Not all systems have /usr/bin/python
- On those that do, it is not always python 2
- These files aren't marked executable anyway

Just use "python whatever.py" via shell instead.

hg-commit-id: 09184f4c838d
2012-03-14 20:44:07 -06:00
IIMarckus
41d6f23943 irc:// doesn't actually linkify in any context, so just list server/channel.
hg-commit-id: a70eba7b583e
2012-03-14 20:41:24 -06:00
IIMarckus
7abca00d30 Revert python2 change, no systems actually have "python2" except Arch.
hg-commit-id: f1e6e982c0bb
2012-03-14 20:39:14 -06:00
stag019
528d4a918f Another two random pointer byte difference from Red/Blue.
hg-commit-id: d559977b9a9c
2012-03-07 23:06:55 -05:00
stag019
a282d09404 Random Bank1D labels. Less byte differences in Blue.
hg-commit-id: b43132cb67a5
2012-03-07 22:43:13 -05:00
stag019
d7c45fdde0 Pokemon overworld sprites
hg-commit-id: a810d29962df
2012-03-07 19:55:06 -05:00
stag019
2bb672ba92 Cries.
hg-commit-id: 635b3c3b8dc7
2012-03-07 17:38:41 -05:00
Sanky
158d46dd66 Redfining predefs using macros: PREDEF and PREDEF_JUMP.
hg-commit-id: 80a61a3816bc
2012-03-07 00:21:11 +01:00
Sanky
3cddafc519 Specified python2 executable. (Some systems default to Python 3.)
hg-commit-id: a28f903ec455
2012-03-06 23:52:51 +01:00
IIMarckus
07a9c899b1 List of maps with hidden objects.
hg-commit-id: ea78fc8d5858
2012-03-05 01:40:13 -07:00
IIMarckus
868181ea90 Whitespace.
hg-commit-id: de73bb7aef32
2012-03-05 00:43:03 -07:00
IIMarckus
d2c8727eb2 Add the code for gym statues.
hg-commit-id: 50da42dc0b9b
2012-03-05 00:41:03 -07:00
Sanky
40b8729cd5 Merge
hg-commit-id: d3bdced550f6
2012-03-05 08:27:18 +01:00
IIMarckus
4b13a72699 Reformat the character table, as suggested by Sanky.
hg-commit-id: 461183b23104
2012-03-05 00:13:54 -07:00
IIMarckus
0d4138441c Add "×" in text.
hg-commit-id: 78daeb956407
2012-03-05 00:00:55 -07:00
IIMarckus
75b2316ddc More ¥.
hg-commit-id: 57724be222e6
2012-03-04 23:10:24 -07:00
IIMarckus
3bd38d123d Use ¥ in text strings.
Another bug that doesn't exist in textpre.py.

hg-commit-id: 6d1cf3af73ee
2012-03-04 23:05:54 -07:00
IIMarckus
f06e2f937c Remove textpre.awk and link textpre.py to the build.
hg-commit-id: d021377297bf
2012-03-04 23:03:36 -07:00
IIMarckus
e471bd6a3b Add textpre.py, a cleaner rewrite of textpre.awk in Python.
Also has one fewer bug: strings in comments are not converted.

hg-commit-id: ae08f1e4ca26
2012-03-04 23:02:08 -07:00
IIMarckus
542d52d027 Link to IRC channel in the readme.
hg-commit-id: 0f62fffda611
2012-03-04 20:37:40 -07:00
IIMarckus
68bf6cda35 Replace redundant text labels (for Mart signs, etc.)
hg-commit-id: 936f0bb40062
2012-03-04 20:28:46 -07:00
Sanky
1c308e418b Some graphics extracted.
hg-commit-id: a831c95df9bc
2012-02-26 16:14:40 +01:00
Sanky
23175c2500 More status screen disasm
hg-commit-id: 41da2aa53cdc
2012-02-25 22:03:30 +01:00
Sanky
732e298db2 Both status screen pages disassembled
hg-commit-id: dabc4ec2c217
2012-02-25 16:10:22 +01:00
Sanky
3ab8b1f4be Cleanup/update of status screen code so it can be merged in
hg-commit-id: 5b940f432b22
2012-02-25 14:15:01 +01:00
IIMarckus
bd66a78c03 Restrict an argument to 8 bits. Fixes the build on some architectures.
hg-commit-id: e66818b266cf
2012-02-21 23:12:03 -07:00
IIMarckus
81adc69e65 Remove .tbl file. It is too hard to keep this in sync with textpre.awk.
It would be good to create a program to generate a .tbl file from the same
source as the text preprocessor.

hg-commit-id: 3d3d4dc1f559
2012-02-21 23:09:06 -07:00
YamaArashi
fe3b626ab9 disasm of map sprite tile pattern loading code plus misc stuff
hg-commit-id: 58a62ff918a5
2012-02-20 13:57:06 -08:00
YamaArashi
9d070736cc disasm of remaining use item functions
hg-commit-id: 64f7280ebd2d
2012-02-19 13:41:27 -08:00
YamaArashi
a6bce22ca9 fix some labels/comments regarding stat names
hg-commit-id: 252f18ba93f8
2012-02-18 14:29:57 -08:00
YamaArashi
9391ee1da4 disasm of item use code for healing items, vitamins, evolution stones, TM's/HM's, PP Ups, PP restoring items
hg-commit-id: e3686b7c9370
2012-02-18 14:21:56 -08:00
YamaArashi
fee7ef6a9e fix battle status constant typo
hg-commit-id: 9cdee02d79c4
2012-02-16 07:50:01 -08:00
Bryan Bishop
9df6f8a419 call $1372 -> call LoadMonData
hg-commit-id: c7671d529528
2012-02-14 12:12:42 -06:00
Bryan Bishop
b0f4ec67a6 sanky's .tbl file
hg-commit-id: 840a5410c1e3
2012-02-14 12:08:50 -06:00
Bryan Bishop
015e605dd1 more status ailment constants
hg-commit-id: fdf8b3f10a40
2012-02-14 12:07:07 -06:00
Bryan Bishop
51cb5bca97 fix syntax errors in main.asm
hg-commit-id: 8bd80db848b4
2012-02-14 12:01:49 -06:00
YamaArashi
3316118125 disasm of options menu
hg-commit-id: 9122bf61b409
2012-02-12 16:28:29 -08:00
YamaArashi
61b0c12165 disasm of trainer info function
hg-commit-id: b062770b0a2d
2012-02-11 15:30:13 -08:00
YamaArashi
aafbc2f602 disasm of item menu and misc functions
hg-commit-id: c3d464202198
2012-02-10 19:09:00 -08:00
YamaArashi
d527e05cd8 disasm of pokemon menu function
hg-commit-id: 47d36266a0ae
2012-02-10 00:18:16 -08:00
YamaArashi
6a90847eb6 disasm of some party menu related functions
hg-commit-id: 1205936f3eab
2012-02-09 15:23:12 -08:00
YamaArashi
efbd362f97 disasm of pokedex code
hg-commit-id: 2d29e81f6380
2012-02-06 19:33:26 -08:00
YamaArashi
45b79b623d changed function LoadPokemartInventory to LoadItemList
added some constants/labels to Cerulean City House 3 text

hg-commit-id: 594de2fb4d38
2012-02-06 14:18:54 -08:00
YamaArashi
59088ba078 corrected the name of a constant to reflect its wider uses
FLOORLISTMENU -> SPECIALLISTMENU

hg-commit-id: 9e26d6eac4ff
2012-02-06 14:12:47 -08:00
YamaArashi
53a9d6b3bd added some constants
hg-commit-id: 66878ceb09e7
2012-02-06 13:57:57 -08:00
YamaArashi
911a9a8844 added some comments/labels to Pokemon Center code
hg-commit-id: 33c7f71b2a07
2012-02-05 22:13:27 -08:00
YamaArashi
44b47cf2b2 disasm of pokemart code
hg-commit-id: f40e4921716f
2012-02-05 19:10:12 -08:00