Tustin2121
6508469259
Rename movobjectoffscreen to copyobjectxytoperm
...
Renaming the command to something that makes more sense as to what the command actually does. The command copies the current xy of the instantiated object back to its template, so that the object remains in the same place if the player walks away and despawns the object, and then comes back. "moveobjectoffscreen" implies that it might be taking the object and moving it physically to an off-screen location somehow.
2019-08-17 13:18:56 -04:00
GriffinR
3c2576d3a3
trainer rematch macro
2019-08-16 13:48:45 -04:00
DizzyEggg
08fe3b21ed
Fix modern
...
Fixes freeze on entering Pokemon Storage System
2019-08-12 11:43:31 +02:00
PikalaxALT
37d23230fa
Address review comments
2019-08-06 09:26:55 -04:00
PikalaxALT
1cff6672cf
fix s32/int type mismatch on modern
2019-08-06 09:13:19 -04:00
PikalaxALT
5040a5f96b
Move pokenav syms around
2019-08-05 20:23:56 -04:00
PikalaxALT
b05df0377e
Finish pokenav_unk_9
2019-08-05 17:17:05 -04:00
PikalaxALT
1f62caae43
Some cleanup
2019-08-05 15:49:05 -04:00
PikalaxALT
195137b001
Merge pull request #768 from PikalaxALT/pokenav_unk_8
...
Finish pokenav_unk_8
2019-08-05 15:21:20 -04:00
PikalaxALT
5d07123354
Remove unnecessary casts
2019-08-05 14:32:30 -04:00
PikalaxALT
a7eb4f9dd2
Make pokenav_unk_8 syms static, fix gcc-9 warnings
2019-08-05 14:00:38 -04:00
PikalaxALT
e2e667d4b5
Finish pokenav_unk_8
2019-08-05 13:47:04 -04:00
PikalaxALT
330fc46df8
through sub_81CF3F8
2019-08-05 12:21:45 -04:00
PikalaxALT
9beeba8424
Merge pull request #764 from GriffinRichards/document-varnames
...
Document vars that are used and unnamed
2019-08-05 11:59:53 -04:00
GriffinR
191f74525d
name unused route state vars
2019-08-05 11:50:29 -04:00
GriffinR
c2bf668fdd
rename town/city vars
2019-08-05 11:23:45 -04:00
PikalaxALT
18f29c566a
through sub_81CF278
2019-08-05 10:54:56 -04:00
PikalaxALT
463e1eb6b8
Name some fields in Pokenav2Struct
2019-08-05 09:17:21 -04:00
PikalaxALT
329670e16e
Minor fixes
2019-08-05 08:46:52 -04:00
PikalaxALT
a42e5c24e6
Use LT return defines
2019-08-05 08:40:03 -04:00
PikalaxALT
51d5ee771d
Merge branch 'master' into pokenav_unk_2
2019-08-05 08:33:45 -04:00
PikalaxALT
1fc64b8582
Merge pull request #767 from DizzyEggg/pokenav_8
...
More pokenav
2019-08-05 08:21:36 -04:00
PikalaxALT
ffc7a9be27
Fix build errors
2019-08-04 21:23:38 -04:00
PikalaxALT
ff2166b8fe
pokenav_unk_2: unclutter global namespace
2019-08-04 21:10:08 -04:00
PikalaxALT
299c3cf1dc
Finish pokenav_unk_2
2019-08-04 20:39:36 -04:00
PikalaxALT
2dee42dbaf
through sub_81CA474
2019-08-04 18:15:02 -04:00
PikalaxALT
cd876292d1
Merge branch 'master' into pokenav_unk_2
2019-08-04 15:35:35 -04:00
DizzyEggg
c8cc39cb57
More pokemav, massive clean-up, seriously who the left the file in this state???
2019-08-04 19:09:12 +02:00
PikalaxALT
fa5bfc1627
Merge pull request #766 from DizzyEggg/pokenav_10
...
Decompile pokenav 10
2019-08-04 11:07:10 -04:00
PikalaxALT
41e1f9b224
Merge pull request #763 from DizzyEggg/patch-8
...
Fakematch sub_819A080
2019-08-04 11:05:17 -04:00
DizzyEggg
252df94bc1
Decompile pokenav 10
2019-08-04 13:53:00 +02:00
DizzyEggg
bb7e5ecc19
Pokemon jump
2019-08-04 00:18:58 +02:00
DizzyEggg
1641579297
Merge branch 'master' into pok_jump
2019-08-04 00:02:13 +02:00
DizzyEggg
5fbb11313b
Fakematch sub_819A080
...
Really wanted to match this one, but it just doesn't cooperate, oh well
2019-08-03 20:10:28 +02:00
PikalaxALT
ce941e6f56
Merge pull request #762 from GriffinRichards/GriffinRichards-documentation
...
Documenting MAPSEC use in pokenav match call data
2019-08-03 11:10:42 -04:00
PikalaxALT
9f50c4fa80
Merge pull request #760 from ultima-soul/use_pokeblock_data
...
Decompile use_pokeblock data
2019-08-03 11:01:05 -04:00
GriffinR
851a814912
typo fix
2019-08-02 22:23:40 -04:00
GriffinR
cff8331a8f
Update pokenav_match_call_data.c
2019-08-02 13:47:30 -04:00
GriffinR
3c4843f273
Update pokenav_unk_3.c
2019-08-02 12:46:18 -04:00
GriffinR
38a69d3e5f
sub_81D16DC in pokenav_match_call_data
2019-08-02 12:43:49 -04:00
GriffinR
97d58669b7
Document MapSec get functions
2019-08-02 12:40:14 -04:00
GriffinR
37ebfa40f9
Two more uses of MAPSEC_NONE and mapSec field name
2019-08-02 12:30:00 -04:00
GriffinR
cf253062b9
Use MAPSEC constants in sWallyAdditionalData
2019-08-02 10:58:03 -04:00
GriffinR
a9247181e8
Update pokenav_match_call_data.c
2019-08-02 10:52:40 -04:00
DizzyEggg
3280d40506
Match sub_8026324
2019-08-02 11:20:15 +02:00
GriffinR
4cea2ffa32
Use MAPSEC constants for pokenav match call data
...
Wally and Prof. Birch are skipped. Wally has a variable location, and Prof Birch (despite being listed as .v1 = 0, which is Littleroot) is actually listed as location unknown in the pokenav. Rival is also skipped, as they dont have a location field and are also listed as unknown
2019-08-01 23:01:53 -04:00
DizzyEggg
02d975a837
Tabs to spaces
2019-08-02 00:49:31 +02:00
DizzyEggg
9306c142b3
Merge dodrio with master
2019-08-02 00:45:49 +02:00
DizzyEggg
4d2d8779bf
Dodrio berry picking decompiled
2019-08-02 00:41:55 +02:00
DizzyEggg
02cadbee60
MORE DODRIO BERRY PICKINGgit status!
2019-08-01 19:01:50 +02:00
ultima-soul
07015aa7ae
Fix tabs.
2019-07-30 17:25:19 -07:00
ultima-soul
9a152f8fe6
Decompile data/use_pokeblock.s
2019-07-30 17:21:17 -07:00
PikalaxALT
a08cbaee0a
pokenav_unk_2 staging
2019-07-30 19:46:56 -04:00
DizzyEggg
ba1a70419a
Start dodrio magic
2019-07-31 00:27:30 +02:00
Diegoisawesome
242bed733f
Merge pull request #755 from DizzyEggg/patch-7
...
Functionally equivalent CopyGlyphToWindow
2019-07-30 14:35:04 -05:00
PikalaxALT
370e9afb37
Merge pull request #746 from garakmon/navdata
...
Pokenav Data
2019-07-30 15:03:12 -04:00
PikalaxALT
520eeae678
Merge pull request #756 from camthesaxman/vram
...
remove hardcoded VRAM addresses
2019-07-30 15:00:05 -04:00
DizzyEggg
7133f5db94
Clean up battle anim effects file
2019-07-30 15:08:49 +02:00
DizzyEggg
bcb17af751
Clean up contest link 80f57c4 file
2019-07-30 13:48:12 +02:00
ultima-soul
c77dc74410
Match TryInterruptEventObjectSpecialAnim without asm hack.
2019-07-29 17:52:01 -07:00
garak
08a3ff77dd
index to slot in c file
2019-07-29 20:02:43 -04:00
DizzyEggg
81a11c4fc9
Gets rid of unnecesary casts in pokemon.c
2019-07-29 21:45:06 +02:00
DizzyEggg
af55029843
Prettier GetDeoxysStat
2019-07-29 21:44:03 +02:00
DizzyEggg
ff2dcf5413
Two fakematches out
2019-07-29 21:09:05 +02:00
garak
0c35ec2f7b
fix build
2019-07-29 13:40:47 -04:00
garak
2580693ea5
INDEX to SLOT in encounter inja template
2019-07-29 13:12:20 -04:00
garak
5b57c001f5
Merge branch 'master' into navdata
2019-07-29 13:06:45 -04:00
garak
54c635683c
fix some more pokenav
2019-07-29 13:03:03 -04:00
garak
b6483d7026
name match call messages by trainers
2019-07-29 12:58:15 -04:00
DizzyEggg
a4a382a004
Match sub_81D2278 and poke jump clean
2019-07-29 16:22:50 +02:00
DizzyEggg
e634e722cc
Decompile pokemon jump
2019-07-29 12:35:57 +02:00
camthesaxman
87ac555e71
remove hardcoded VRAM addresses
2019-07-28 21:18:28 -05:00
DizzyEggg
3ad14f2b33
Functionally equivalent CopyGlyphToWindow
2019-07-28 10:37:44 +02:00
DizzyEggg
9ff4c0695e
bss data to static
2019-07-26 10:16:00 +02:00
DizzyEggg
56b124fdec
Some more pokenav
2019-07-25 21:41:02 +02:00
DizzyEggg
fd07c608fc
Decompile pokemon unk 6
2019-07-25 18:56:08 +02:00
DizzyEggg
33c036e7ff
Decompile pokemonav 7
2019-07-24 17:02:52 +02:00
PikalaxALT
6ff1426abe
Quieter "make tools"
2019-07-23 16:17:00 -04:00
DizzyEggg
8cc776e2ee
tilemap glitch gpu reg fix hopefully
2019-07-23 21:30:53 +02:00
garak
cd6fd3110f
fix modern build
2019-07-20 13:27:57 -04:00
garak
c39d25ff4d
Merge branch 'master' into navdata
2019-07-20 12:30:41 -04:00
PikalaxALT
8d0d5cfd55
Merge branch 'master' into modern_gcc
2019-07-20 11:51:22 -04:00
garak
dfa3e079c0
finish pokenav data decomp
2019-07-19 22:57:33 -04:00
garak
f9a9297d4f
decompile pokenav 7/8 data
2019-07-19 22:06:42 -04:00
garak
f6d55db535
decompile pokenav_unk_5 data
2019-07-19 21:05:55 -04:00
garak
690a0c4390
decompile pokenav_unk_4 rodata
2019-07-19 19:36:17 -04:00
garak
c400d1dc7f
decompile pokenav_unk_3 data
2019-07-19 18:31:42 -04:00
garak
b68ab6106d
pokenav unk 2 data decomp
2019-07-19 17:23:52 -04:00
PikalaxALT
20863ac85b
Resolve compile warnings in modern
2019-07-18 20:46:00 -04:00
Gudf
75f165ed74
Use a constant instead of integer literals when checking for shinyness
2019-07-11 20:16:39 +02:00
PikalaxALT
71dff6dbf1
Remove unnecessary tutor learnset casts
2019-07-10 16:38:05 -04:00
pokballs
717c3350c4
updated function name for deposit item amount to pc
2019-07-09 16:40:04 -05:00
DizzyEggg
c3733f4b95
Decompile 4 berry crush functions
2019-07-09 16:39:29 -05:00
DizzyEggg
11fb13d635
Some pokemon jump work
2019-07-09 16:39:29 -05:00
PikalaxALT
7fd327d632
Stack-free IWRAM clear
2019-07-07 21:41:11 -04:00
PikalaxALT
8d224bf941
Merge branch 'master' into modern_gcc
2019-07-02 13:47:34 -04:00
Diegoisawesome
81b84503fa
Merge pull request #734 from DizzyEggg/patch-1
...
Match sub_81D1B40
2019-07-02 20:25:31 +09:00
Diegoisawesome
ba7fe29d47
Merge pull request #736 from DizzyEggg/patch-2
...
Match sub_802671C
2019-07-02 20:07:20 +09:00
Diegoisawesome
f25a75f9e9
Merge pull request #737 from DizzyEggg/patch-3
...
Match sub_800EFB0
2019-07-02 20:06:33 +09:00
Diegoisawesome
b123e4a73b
Merge pull request #738 from DizzyEggg/patch-4
...
Match unref_sub_8119094
2019-07-02 20:05:58 +09:00